Html Css Color HEX #ABC42F Bahia

📋 copy color: '#ABC42F'

red 171 ◦ green 196 ◦ blue 47

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

Shades of Bahia #ABC42F

Tints of Bahia #ABC42F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.34%

 BLUE value IS 47 (18.75% from 255) = 11.35%

R = 41.3%
G = 47.34%
B = 11.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#ABC42F (or 0xABC42F) is known color: Bahia. HEX triplet: AB, C4 and 2F. RGB value is (171,196,47). Sum of RGB (Red+Green+Blue) = 171+196+47=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 196 (76.95% from 255 or 47.34% from 414); Blue value is 47 (18.75% from 255 or 11.35% from 414); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC42F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC42F is #543BD0. Grayscale: #ACACAC. Windows color (decimal): -5520337 or 3130539. OLE color: 3130539.

HSL color Cylindrical-coordinate representation of color #ABC42F: hue angle of 70.07º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ABC42F is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 196 47 -
CMYK 0.13 0 0.76 0.23
HSL 70.07º 0.61% 0.48% -
HSV(B) 70.07º 0.76% 0.77% -
XYZ 37.05 48.34 10.07 -
YUV 171.54 57.72 127.62 -
System Red Green Blue C M Y K H S L
Decimal 171 196 47 0.13 0 0.76 0.23 70.07 0.61 0.48
Hex AB C4 2F D 0 4C 17 46 3D 30
Octal 253 304 57 15 0 114 27 106 75 60
Binary 10101011 11000100 101111 1101 0 1001100 10111 1000110 111101 110000

Color Harmonies of #ABC42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC42F

Black with #ABC42F

Text Example


Text Example

White with #ABC42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC42F; }

 p { color: rgb(171,196,47); }

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

background-color css

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

 a { background-color: rgb(171,196,47); }

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

border-color css

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

 span { border-color: rgb(171,196,47); }

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