Html Css Color HEX #ABC70F Bahia

📋 copy color: '#ABC70F'

red 171 ◦ green 199 ◦ blue 15

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

Shades of Bahia #ABC70F

Tints of Bahia #ABC70F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.9%

R = 44.42%
G = 51.69%
B = 3.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#ABC70F (or 0xABC70F) is known color: Bahia. HEX triplet: AB, C7 and 0F. RGB value is (171,199,15). Sum of RGB (Red+Green+Blue) = 171+199+15=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 199 (78.12% from 255 or 51.69% from 385); Blue value is 15 (6.25% from 255 or 3.90% from 385); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC70F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC70F is #5438F0. Grayscale: #AAAAAA. Windows color (decimal): -5519601 or 1034155. OLE color: 1034155.

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

Color convert

RGB 171 199 15 -
CMYK 0.14 0 0.92 0.22
HSL 69.13º 0.86% 0.42% -
HSV(B) 69.13º 0.92% 0.78% -
XYZ 37.3 49.54 8.05 -
YUV 169.65 40.72 128.96 -
System Red Green Blue C M Y K H S L
Decimal 171 199 15 0.14 0 0.92 0.22 69.13 0.86 0.42
Hex AB C7 F E 0 5C 16 45 56 2A
Octal 253 307 17 16 0 134 26 105 126 52
Binary 10101011 11000111 1111 1110 0 1011100 10110 1000101 1010110 101010

Color Harmonies of #ABC70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC70F

Black with #ABC70F

Text Example


Text Example

White with #ABC70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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