Html Css Color HEX #ABC52F Bahia

📋 copy color: '#ABC52F'

red 171 ◦ green 197 ◦ blue 47

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

Shades of Bahia #ABC52F

Tints of Bahia #ABC52F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.47%

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

R = 41.2%
G = 47.47%
B = 11.33%

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

#ABC52F (or 0xABC52F) is known color: Bahia. HEX triplet: AB, C5 and 2F. RGB value is (171,197,47). Sum of RGB (Red+Green+Blue) = 171+197+47=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 47 (18.75% from 255 or 11.33% from 415); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC52F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC52F is #543AD0. Grayscale: #ACACAC. Windows color (decimal): -5520081 or 3130795. OLE color: 3130795.

HSL color Cylindrical-coordinate representation of color #ABC52F: hue angle of 70.4º 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 #ABC52F is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 197 47 -
CMYK 0.13 0 0.76 0.23
HSL 70.4º 0.61% 0.48% -
HSV(B) 70.4º 0.76% 0.77% -
XYZ 37.27 48.8 10.14 -
YUV 172.13 57.39 127.2 -
System Red Green Blue C M Y K H S L
Decimal 171 197 47 0.13 0 0.76 0.23 70.4 0.61 0.48
Hex AB C5 2F D 0 4C 17 46 3D 30
Octal 253 305 57 15 0 114 27 106 75 60
Binary 10101011 11000101 101111 1101 0 1001100 10111 1000110 111101 110000

Color Harmonies of #ABC52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC52F

Black with #ABC52F

Text Example


Text Example

White with #ABC52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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