Html Css Color HEX #ABC52B Bahia

📋 copy color: '#ABC52B'

red 171 ◦ green 197 ◦ blue 43

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

Shades of Bahia #ABC52B

Tints of Bahia #ABC52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.46%

R = 41.61%
G = 47.93%
B = 10.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#ABC52B (or 0xABC52B) is known color: Bahia. HEX triplet: AB, C5 and 2B. RGB value is (171,197,43). Sum of RGB (Red+Green+Blue) = 171+197+43=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 197 (77.34% from 255 or 47.93% from 411); Blue value is 43 (17.19% from 255 or 10.46% from 411); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC52B is #543AD4. Grayscale: #ACACAC. Windows color (decimal): -5520085 or 2868651. OLE color: 2868651.

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

Color convert

RGB 171 197 43 -
CMYK 0.13 0 0.78 0.23
HSL 70.13º 0.64% 0.47% -
HSV(B) 70.13º 0.78% 0.77% -
XYZ 37.2 48.76 9.74 -
YUV 171.67 55.39 127.52 -
System Red Green Blue C M Y K H S L
Decimal 171 197 43 0.13 0 0.78 0.23 70.13 0.64 0.47
Hex AB C5 2B D 0 4E 17 46 40 2F
Octal 253 305 53 15 0 116 27 106 100 57
Binary 10101011 11000101 101011 1101 0 1001110 10111 1000110 1000000 101111

Color Harmonies of #ABC52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC52B

Black with #ABC52B

Text Example


Text Example

White with #ABC52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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