Html Css Color HEX #ABC90F Bahia

📋 copy color: '#ABC90F'

red 171 ◦ green 201 ◦ blue 15

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

Shades of Bahia #ABC90F

Tints of Bahia #ABC90F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.94%

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

R = 44.19%
G = 51.94%
B = 3.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#ABC90F (or 0xABC90F) is known color: Bahia. HEX triplet: AB, C9 and 0F. RGB value is (171,201,15). Sum of RGB (Red+Green+Blue) = 171+201+15=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 201 (78.91% from 255 or 51.94% from 387); Blue value is 15 (6.25% from 255 or 3.88% from 387); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC90F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC90F is #5436F0. Grayscale: #ABABAB. Windows color (decimal): -5519089 or 1034667. OLE color: 1034667.

HSL color Cylindrical-coordinate representation of color #ABC90F: hue angle of 69.68º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABC90F is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 201 15 -
CMYK 0.15 0 0.93 0.21
HSL 69.68º 0.86% 0.42% -
HSV(B) 69.68º 0.93% 0.79% -
XYZ 37.77 50.47 8.2 -
YUV 170.83 40.06 128.12 -
System Red Green Blue C M Y K H S L
Decimal 171 201 15 0.15 0 0.93 0.21 69.68 0.86 0.42
Hex AB C9 F F 0 5D 15 46 56 2A
Octal 253 311 17 17 0 135 25 106 126 52
Binary 10101011 11001001 1111 1111 0 1011101 10101 1000110 1010110 101010

Color Harmonies of #ABC90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC90F

Black with #ABC90F

Text Example


Text Example

White with #ABC90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC90F; }

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

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

background-color css

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

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

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

border-color css

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

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

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