Html Css Color HEX #ABC20F Bahia

📋 copy color: '#ABC20F'

red 171 ◦ green 194 ◦ blue 15

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

Shades of Bahia #ABC20F

Tints of Bahia #ABC20F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 51.05%

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

R = 45%
G = 51.05%
B = 3.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#ABC20F (or 0xABC20F) is known color: Bahia. HEX triplet: AB, C2 and 0F. RGB value is (171,194,15). Sum of RGB (Red+Green+Blue) = 171+194+15=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 194 (76.17% from 255 or 51.05% from 380); Blue value is 15 (6.25% from 255 or 3.95% from 380); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC20F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC20F is #543DF0. Grayscale: #A7A7A7. Windows color (decimal): -5520881 or 1032875. OLE color: 1032875.

HSL color Cylindrical-coordinate representation of color #ABC20F: hue angle of 67.71º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ABC20F is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 194 15 -
CMYK 0.12 0 0.92 0.24
HSL 67.71º 0.86% 0.41% -
HSV(B) 67.71º 0.92% 0.76% -
XYZ 36.17 47.28 7.67 -
YUV 166.72 42.38 131.05 -
System Red Green Blue C M Y K H S L
Decimal 171 194 15 0.12 0 0.92 0.24 67.71 0.86 0.41
Hex AB C2 F C 0 5C 18 44 56 29
Octal 253 302 17 14 0 134 30 104 126 51
Binary 10101011 11000010 1111 1100 0 1011100 11000 1000100 1010110 101001

Color Harmonies of #ABC20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC20F

Black with #ABC20F

Text Example


Text Example

White with #ABC20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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