Html Css Color HEX #ABBB28 Bahia

📋 copy color: '#ABBB28'

red 171 ◦ green 187 ◦ blue 40

#ABBB28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #ABBB28

Tints of Bahia #ABBB28

RGB

 RED value IS 171 (67.19% from 255) = 42.96%

 GREEN value IS 187 (73.44% from 255) = 46.98%

 BLUE value IS 40 (16.02% from 255) = 10.05%

R = 42.96%
G = 46.98%
B = 10.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ABBB28 (or 0xABBB28) is known color: Bahia. HEX triplet: AB, BB and 28. RGB value is (171,187,40). Sum of RGB (Red+Green+Blue) = 171+187+40=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 40 (16.02% from 255 or 10.05% from 398); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBB28 is #5444D7. Grayscale: #A6A6A6. Windows color (decimal): -5522648 or 2669483. OLE color: 2669483.

HSL color Cylindrical-coordinate representation of color #ABBB28: hue angle of 66.53º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ABBB28 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 187 40 -
CMYK 0.09 0 0.79 0.27
HSL 66.53º 0.65% 0.45% -
HSV(B) 66.53º 0.79% 0.73% -
XYZ 34.95 44.35 8.73 -
YUV 165.46 57.2 131.95 -
System Red Green Blue C M Y K H S L
Decimal 171 187 40 0.09 0 0.79 0.27 66.53 0.65 0.45
Hex AB BB 28 9 0 4F 1B 43 41 2D
Octal 253 273 50 11 0 117 33 103 101 55
Binary 10101011 10111011 101000 1001 0 1001111 11011 1000011 1000001 101101

Color Harmonies of #ABBB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBB28

Black with #ABBB28

Text Example


Text Example

White with #ABBB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBB28; }

 p { color: rgb(171,187,40); }

 H1.HeaderClassName
 {
   color: #ABBB28;
 }
 .AnyTagClassName
 {
   color: #ABBB28;
 }
</style>

background-color css

<style>
 a { background-color: #ABBB28; }

 a { background-color: rgb(171,187,40); }

 div.DivClassName
 {
   background-color: #ABBB28;
 }
 .BgClassName
 {
   background-color: #ABBB28;
 }
</style>

border-color css

<style>
 span { border-color: #ABBB28; }

 span { border-color: rgb(171,187,40); }

 td.TdClassName
 {
   border-color: #ABBB28;
 }
 .TagClassName
 {
   border-color: #ABBB28;
 }
</style>