Html Css Color HEX #ABBF2C Bahia

📋 copy color: '#ABBF2C'

red 171 ◦ green 191 ◦ blue 44

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

Shades of Bahia #ABBF2C

Tints of Bahia #ABBF2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.84%

R = 42.12%
G = 47.04%
B = 10.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#ABBF2C (or 0xABBF2C) is known color: Bahia. HEX triplet: AB, BF and 2C. RGB value is (171,191,44). Sum of RGB (Red+Green+Blue) = 171+191+44=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 44 (17.58% from 255 or 10.84% from 406); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBF2C is #5440D3. Grayscale: #A8A8A8. Windows color (decimal): -5521620 or 2932651. OLE color: 2932651.

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

Color convert

RGB 171 191 44 -
CMYK 0.10 0 0.77 0.25
HSL 68.16º 0.63% 0.46% -
HSV(B) 68.16º 0.77% 0.75% -
XYZ 35.88 46.1 9.39 -
YUV 168.26 57.87 129.95 -
System Red Green Blue C M Y K H S L
Decimal 171 191 44 0.10 0 0.77 0.25 68.16 0.63 0.46
Hex AB BF 2C A 0 4D 19 44 3F 2E
Octal 253 277 54 12 0 115 31 104 77 56
Binary 10101011 10111111 101100 1010 0 1001101 11001 1000100 111111 101110

Color Harmonies of #ABBF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBF2C

Black with #ABBF2C

Text Example


Text Example

White with #ABBF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBF2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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