Html Css Color HEX #ABBF18 Bahia

📋 copy color: '#ABBF18'

red 171 ◦ green 191 ◦ blue 24

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

Shades of Bahia #ABBF18

Tints of Bahia #ABBF18

RGB

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

 GREEN value IS 191 (75% from 255) = 49.48%

 BLUE value IS 24 (9.77% from 255) = 6.22%

R = 44.3%
G = 49.48%
B = 6.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#ABBF18 (or 0xABBF18) is known color: Bahia. HEX triplet: AB, BF and 18. RGB value is (171,191,24). Sum of RGB (Red+Green+Blue) = 171+191+24=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 191 (75% from 255 or 49.48% from 386); Blue value is 24 (9.77% from 255 or 6.22% from 386); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBF18 is #5440E7. Grayscale: #A6A6A6. Windows color (decimal): -5521640 or 1621931. OLE color: 1621931.

HSL color Cylindrical-coordinate representation of color #ABBF18: hue angle of 67.19º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ABBF18 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 191 24 -
CMYK 0.10 0 0.87 0.25
HSL 67.19º 0.78% 0.42% -
HSV(B) 67.19º 0.87% 0.75% -
XYZ 35.59 45.99 7.86 -
YUV 165.98 47.87 131.58 -
System Red Green Blue C M Y K H S L
Decimal 171 191 24 0.10 0 0.87 0.25 67.19 0.78 0.42
Hex AB BF 18 A 0 57 19 43 4E 2A
Octal 253 277 30 12 0 127 31 103 116 52
Binary 10101011 10111111 11000 1010 0 1010111 11001 1000011 1001110 101010

Color Harmonies of #ABBF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBF18

Black with #ABBF18

Text Example


Text Example

White with #ABBF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBF18; }

 p { color: rgb(171,191,24); }

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

background-color css

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

 a { background-color: rgb(171,191,24); }

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

border-color css

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

 span { border-color: rgb(171,191,24); }

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