Html Css Color HEX #ABC71F Bahia

📋 copy color: '#ABC71F'

red 171 ◦ green 199 ◦ blue 31

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

Shades of Bahia #ABC71F

Tints of Bahia #ABC71F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.73%

R = 42.64%
G = 49.63%
B = 7.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#ABC71F (or 0xABC71F) is known color: Bahia. HEX triplet: AB, C7 and 1F. RGB value is (171,199,31). Sum of RGB (Red+Green+Blue) = 171+199+31=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 199 (78.12% from 255 or 49.63% from 401); Blue value is 31 (12.5% from 255 or 7.73% from 401); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC71F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC71F is #5438E0. Grayscale: #ACACAC. Windows color (decimal): -5519585 or 2082731. OLE color: 2082731.

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

Color convert

RGB 171 199 31 -
CMYK 0.14 0 0.84 0.22
HSL 70º 0.73% 0.45% -
HSV(B) 70º 0.84% 0.78% -
XYZ 37.47 49.6 8.9 -
YUV 171.48 48.72 127.66 -
System Red Green Blue C M Y K H S L
Decimal 171 199 31 0.14 0 0.84 0.22 70 0.73 0.45
Hex AB C7 1F E 0 54 16 46 49 2D
Octal 253 307 37 16 0 124 26 106 111 55
Binary 10101011 11000111 11111 1110 0 1010100 10110 1000110 1001001 101101

Color Harmonies of #ABC71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC71F

Black with #ABC71F

Text Example


Text Example

White with #ABC71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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