Html Css Color HEX #ABCE0E Bahia

📋 copy color: '#ABCE0E'

red 171 ◦ green 206 ◦ blue 14

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

Shades of Bahia #ABCE0E

Tints of Bahia #ABCE0E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 52.69%

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

R = 43.73%
G = 52.69%
B = 3.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#ABCE0E (or 0xABCE0E) is known color: Bahia. HEX triplet: AB, CE and 0E. RGB value is (171,206,14). Sum of RGB (Red+Green+Blue) = 171+206+14=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 206 (80.86% from 255 or 52.69% from 391); Blue value is 14 (5.86% from 255 or 3.58% from 391); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCE0E is #5431F1. Grayscale: #AEAEAE. Windows color (decimal): -5517810 or 970411. OLE color: 970411.

HSL color Cylindrical-coordinate representation of color #ABCE0E: hue angle of 70.94º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABCE0E is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 206 14 -
CMYK 0.17 0 0.93 0.19
HSL 70.94º 0.87% 0.43% -
HSV(B) 70.94º 0.93% 0.81% -
XYZ 38.95 52.83 8.56 -
YUV 173.65 37.9 126.11 -
System Red Green Blue C M Y K H S L
Decimal 171 206 14 0.17 0 0.93 0.19 70.94 0.87 0.43
Hex AB CE E 11 0 5D 13 47 57 2B
Octal 253 316 16 21 0 135 23 107 127 53
Binary 10101011 11001110 1110 10001 0 1011101 10011 1000111 1010111 101011

Color Harmonies of #ABCE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCE0E

Black with #ABCE0E

Text Example


Text Example

White with #ABCE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCE0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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