Html Css Color HEX #ABC71D Bahia

📋 copy color: '#ABC71D'

red 171 ◦ green 199 ◦ blue 29

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

Shades of Bahia #ABC71D

Tints of Bahia #ABC71D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 49.87%

 BLUE value IS 29 (11.72% from 255) = 7.27%

R = 42.86%
G = 49.87%
B = 7.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#ABC71D (or 0xABC71D) is known color: Bahia. HEX triplet: AB, C7 and 1D. RGB value is (171,199,29). Sum of RGB (Red+Green+Blue) = 171+199+29=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 199 (78.12% from 255 or 49.87% from 399); Blue value is 29 (11.72% from 255 or 7.27% from 399); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC71D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC71D is #5438E2. Grayscale: #ABABAB. Windows color (decimal): -5519587 or 1951659. OLE color: 1951659.

HSL color Cylindrical-coordinate representation of color #ABC71D: hue angle of 69.88º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ABC71D is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 199 29 -
CMYK 0.14 0 0.85 0.22
HSL 69.88º 0.75% 0.45% -
HSV(B) 69.88º 0.85% 0.78% -
XYZ 37.44 49.59 8.76 -
YUV 171.25 47.72 127.82 -
System Red Green Blue C M Y K H S L
Decimal 171 199 29 0.14 0 0.85 0.22 69.88 0.75 0.45
Hex AB C7 1D E 0 55 16 46 4B 2D
Octal 253 307 35 16 0 125 26 106 113 55
Binary 10101011 11000111 11101 1110 0 1010101 10110 1000110 1001011 101101

Color Harmonies of #ABC71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC71D

Black with #ABC71D

Text Example


Text Example

White with #ABC71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC71D; }

 p { color: rgb(171,199,29); }

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

background-color css

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

 a { background-color: rgb(171,199,29); }

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

border-color css

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

 span { border-color: rgb(171,199,29); }

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