Html Css Color HEX #ABBB13 Bahia

📋 copy color: '#ABBB13'

red 171 ◦ green 187 ◦ blue 19

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

Shades of Bahia #ABBB13

Tints of Bahia #ABBB13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.04%

R = 45.36%
G = 49.6%
B = 5.04%

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

#ABBB13 (or 0xABBB13) is known color: Bahia. HEX triplet: AB, BB and 13. RGB value is (171,187,19). Sum of RGB (Red+Green+Blue) = 171+187+19=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 187 (73.44% from 255 or 49.60% from 377); Blue value is 19 (7.81% from 255 or 5.04% from 377); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBB13 is #5444EC. Grayscale: #A3A3A3. Windows color (decimal): -5522669 or 1293227. OLE color: 1293227.

HSL color Cylindrical-coordinate representation of color #ABBB13: hue angle of 65.71º 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 #ABBB13 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 187 19 -
CMYK 0.09 0 0.90 0.27
HSL 65.71º 0.82% 0.4% -
HSV(B) 65.71º 0.9% 0.73% -
XYZ 34.68 44.25 7.33 -
YUV 163.06 46.7 133.66 -
System Red Green Blue C M Y K H S L
Decimal 171 187 19 0.09 0 0.90 0.27 65.71 0.82 0.4
Hex AB BB 13 9 0 5A 1B 42 52 28
Octal 253 273 23 11 0 132 33 102 122 50
Binary 10101011 10111011 10011 1001 0 1011010 11011 1000010 1010010 101000

Color Harmonies of #ABBB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBB13

Black with #ABBB13

Text Example


Text Example

White with #ABBB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBB13; }

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

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

background-color css

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

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

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

border-color css

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

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

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