Html Css Color HEX #ABC90E Bahia

📋 copy color: '#ABC90E'

red 171 ◦ green 201 ◦ blue 14

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

Shades of Bahia #ABC90E

Tints of Bahia #ABC90E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.63%

R = 44.3%
G = 52.07%
B = 3.63%

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

#ABC90E (or 0xABC90E) is known color: Bahia. HEX triplet: AB, C9 and 0E. RGB value is (171,201,14). Sum of RGB (Red+Green+Blue) = 171+201+14=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 201 (78.91% from 255 or 52.07% from 386); Blue value is 14 (5.86% from 255 or 3.63% from 386); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC90E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC90E is #5436F1. Grayscale: #ABABAB. Windows color (decimal): -5519090 or 969131. OLE color: 969131.

HSL color Cylindrical-coordinate representation of color #ABC90E: hue angle of 69.63º degrees, saturation: 0.87, 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 #ABC90E is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 201 14 -
CMYK 0.15 0 0.93 0.21
HSL 69.63º 0.87% 0.42% -
HSV(B) 69.63º 0.93% 0.79% -
XYZ 37.76 50.46 8.17 -
YUV 170.71 39.56 128.21 -
System Red Green Blue C M Y K H S L
Decimal 171 201 14 0.15 0 0.93 0.21 69.63 0.87 0.42
Hex AB C9 E F 0 5D 15 46 57 2A
Octal 253 311 16 17 0 135 25 106 127 52
Binary 10101011 11001001 1110 1111 0 1011101 10101 1000110 1010111 101010

Color Harmonies of #ABC90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC90E

Black with #ABC90E

Text Example


Text Example

White with #ABC90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC90E; }

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

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

background-color css

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

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

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

border-color css

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

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

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