Html Css Color HEX #ABBF20 Bahia

📋 copy color: '#ABBF20'

red 171 ◦ green 191 ◦ blue 32

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

Shades of Bahia #ABBF20

Tints of Bahia #ABBF20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.12%

R = 43.4%
G = 48.48%
B = 8.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#ABBF20 (or 0xABBF20) is known color: Bahia. HEX triplet: AB, BF and 20. RGB value is (171,191,32). Sum of RGB (Red+Green+Blue) = 171+191+32=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 191 (75% from 255 or 48.48% from 394); Blue value is 32 (12.89% from 255 or 8.12% from 394); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBF20 is #5440DF. Grayscale: #A7A7A7. Windows color (decimal): -5521632 or 2146219. OLE color: 2146219.

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

Color convert

RGB 171 191 32 -
CMYK 0.10 0 0.83 0.25
HSL 67.55º 0.71% 0.44% -
HSV(B) 67.55º 0.83% 0.75% -
XYZ 35.69 46.02 8.37 -
YUV 166.89 51.87 130.93 -
System Red Green Blue C M Y K H S L
Decimal 171 191 32 0.10 0 0.83 0.25 67.55 0.71 0.44
Hex AB BF 20 A 0 53 19 44 47 2C
Octal 253 277 40 12 0 123 31 104 107 54
Binary 10101011 10111111 100000 1010 0 1010011 11001 1000100 1000111 101100

Color Harmonies of #ABBF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBF20

Black with #ABBF20

Text Example


Text Example

White with #ABBF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBF20; }

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

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

background-color css

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

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

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

border-color css

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

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

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