Html Css Color HEX #ABBB19 Bahia

📋 copy color: '#ABBB19'

red 171 ◦ green 187 ◦ blue 25

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

Shades of Bahia #ABBB19

Tints of Bahia #ABBB19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.53%

R = 44.65%
G = 48.83%
B = 6.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#ABBB19 (or 0xABBB19) is known color: Bahia. HEX triplet: AB, BB and 19. RGB value is (171,187,25). Sum of RGB (Red+Green+Blue) = 171+187+25=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 187 (73.44% from 255 or 48.83% from 383); Blue value is 25 (10.16% from 255 or 6.53% from 383); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBB19 is #5444E6. Grayscale: #A4A4A4. Windows color (decimal): -5522663 or 1686443. OLE color: 1686443.

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

Color convert

RGB 171 187 25 -
CMYK 0.09 0 0.87 0.27
HSL 65.93º 0.76% 0.42% -
HSV(B) 65.93º 0.87% 0.73% -
XYZ 34.74 44.27 7.63 -
YUV 163.75 49.7 133.17 -
System Red Green Blue C M Y K H S L
Decimal 171 187 25 0.09 0 0.87 0.27 65.93 0.76 0.42
Hex AB BB 19 9 0 57 1B 42 4C 2A
Octal 253 273 31 11 0 127 33 102 114 52
Binary 10101011 10111011 11001 1001 0 1010111 11011 1000010 1001100 101010

Color Harmonies of #ABBB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBB19

Black with #ABBB19

Text Example


Text Example

White with #ABBB19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBB19; }

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

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

background-color css

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

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

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

border-color css

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

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

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