Html Css Color HEX #ABC529 Bahia

📋 copy color: '#ABC529'

red 171 ◦ green 197 ◦ blue 41

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

Shades of Bahia #ABC529

Tints of Bahia #ABC529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.02%

R = 41.81%
G = 48.17%
B = 10.02%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#ABC529 (or 0xABC529) is known color: Bahia. HEX triplet: AB, C5 and 29. RGB value is (171,197,41). Sum of RGB (Red+Green+Blue) = 171+197+41=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 197 (77.34% from 255 or 48.17% from 409); Blue value is 41 (16.41% from 255 or 10.02% from 409); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC529 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC529 is #543AD6. Grayscale: #ACACAC. Windows color (decimal): -5520087 or 2737579. OLE color: 2737579.

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

Color convert

RGB 171 197 41 -
CMYK 0.13 0 0.79 0.23
HSL 70º 0.66% 0.47% -
HSV(B) 70º 0.79% 0.77% -
XYZ 37.16 48.75 9.55 -
YUV 171.44 54.39 127.68 -
System Red Green Blue C M Y K H S L
Decimal 171 197 41 0.13 0 0.79 0.23 70 0.66 0.47
Hex AB C5 29 D 0 4F 17 46 42 2F
Octal 253 305 51 15 0 117 27 106 102 57
Binary 10101011 11000101 101001 1101 0 1001111 10111 1000110 1000010 101111

Color Harmonies of #ABC529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC529

Black with #ABC529

Text Example


Text Example

White with #ABC529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC529; }

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

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

background-color css

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

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

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

border-color css

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

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

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