Html Css Color HEX #ABBF2A Bahia

📋 copy color: '#ABBF2A'

red 171 ◦ green 191 ◦ blue 42

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

Shades of Bahia #ABBF2A

Tints of Bahia #ABBF2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.4%

R = 42.33%
G = 47.28%
B = 10.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#ABBF2A (or 0xABBF2A) is known color: Bahia. HEX triplet: AB, BF and 2A. RGB value is (171,191,42). Sum of RGB (Red+Green+Blue) = 171+191+42=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 42 (16.80% from 255 or 10.40% from 404); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBF2A is #5440D5. Grayscale: #A8A8A8. Windows color (decimal): -5521622 or 2801579. OLE color: 2801579.

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

Color convert

RGB 171 191 42 -
CMYK 0.10 0 0.78 0.25
HSL 68.05º 0.64% 0.46% -
HSV(B) 68.05º 0.78% 0.75% -
XYZ 35.84 46.09 9.2 -
YUV 168.03 56.87 130.12 -
System Red Green Blue C M Y K H S L
Decimal 171 191 42 0.10 0 0.78 0.25 68.05 0.64 0.46
Hex AB BF 2A A 0 4E 19 44 40 2E
Octal 253 277 52 12 0 116 31 104 100 56
Binary 10101011 10111111 101010 1010 0 1001110 11001 1000100 1000000 101110

Color Harmonies of #ABBF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBF2A

Black with #ABBF2A

Text Example


Text Example

White with #ABBF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBF2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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