Html Css Color HEX #ABCE1E Bahia

📋 copy color: '#ABCE1E'

red 171 ◦ green 206 ◦ blue 30

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

Shades of Bahia #ABCE1E

Tints of Bahia #ABCE1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.37%

R = 42.01%
G = 50.61%
B = 7.37%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#ABCE1E (or 0xABCE1E) is known color: Bahia. HEX triplet: AB, CE and 1E. RGB value is (171,206,30). Sum of RGB (Red+Green+Blue) = 171+206+30=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 206 (80.86% from 255 or 50.61% from 407); Blue value is 30 (12.11% from 255 or 7.37% from 407); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCE1E is #5431E1. Grayscale: #B0B0B0. Windows color (decimal): -5517794 or 2018987. OLE color: 2018987.

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

Color convert

RGB 171 206 30 -
CMYK 0.17 0 0.85 0.19
HSL 71.93º 0.75% 0.46% -
HSV(B) 71.93º 0.85% 0.81% -
XYZ 39.1 52.89 9.38 -
YUV 175.47 45.9 124.81 -
System Red Green Blue C M Y K H S L
Decimal 171 206 30 0.17 0 0.85 0.19 71.93 0.75 0.46
Hex AB CE 1E 11 0 55 13 48 4B 2E
Octal 253 316 36 21 0 125 23 110 113 56
Binary 10101011 11001110 11110 10001 0 1010101 10011 1001000 1001011 101110

Color Harmonies of #ABCE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCE1E

Black with #ABCE1E

Text Example


Text Example

White with #ABCE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCE1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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