Html Css Color HEX #ABBB12 Bahia

📋 copy color: '#ABBB12'

red 171 ◦ green 187 ◦ blue 18

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

Shades of Bahia #ABBB12

Tints of Bahia #ABBB12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.79%

R = 45.48%
G = 49.73%
B = 4.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#ABBB12 (or 0xABBB12) is known color: Bahia. HEX triplet: AB, BB and 12. RGB value is (171,187,18). Sum of RGB (Red+Green+Blue) = 171+187+18=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 187 (73.44% from 255 or 49.73% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBB12 is #5444ED. Grayscale: #A3A3A3. Windows color (decimal): -5522670 or 1227691. OLE color: 1227691.

HSL color Cylindrical-coordinate representation of color #ABBB12: hue angle of 65.68º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ABBB12 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 187 18 -
CMYK 0.09 0 0.90 0.27
HSL 65.68º 0.82% 0.4% -
HSV(B) 65.68º 0.9% 0.73% -
XYZ 34.67 44.24 7.28 -
YUV 162.95 46.2 133.74 -
System Red Green Blue C M Y K H S L
Decimal 171 187 18 0.09 0 0.90 0.27 65.68 0.82 0.4
Hex AB BB 12 9 0 5A 1B 42 52 28
Octal 253 273 22 11 0 132 33 102 122 50
Binary 10101011 10111011 10010 1001 0 1011010 11011 1000010 1010010 101000

Color Harmonies of #ABBB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBB12

Black with #ABBB12

Text Example


Text Example

White with #ABBB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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