Html Css Color HEX #ABCE14 Bahia

📋 copy color: '#ABCE14'

red 171 ◦ green 206 ◦ blue 20

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

Shades of Bahia #ABCE14

Tints of Bahia #ABCE14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.04%

R = 43.07%
G = 51.89%
B = 5.04%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#ABCE14 (or 0xABCE14) is known color: Bahia. HEX triplet: AB, CE and 14. RGB value is (171,206,20). Sum of RGB (Red+Green+Blue) = 171+206+20=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 206 (80.86% from 255 or 51.89% from 397); Blue value is 20 (8.20% from 255 or 5.04% from 397); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCE14 is #5431EB. Grayscale: #AFAFAF. Windows color (decimal): -5517804 or 1363627. OLE color: 1363627.

HSL color Cylindrical-coordinate representation of color #ABCE14: hue angle of 71.29º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ABCE14 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 206 20 -
CMYK 0.17 0 0.90 0.19
HSL 71.29º 0.82% 0.44% -
HSV(B) 71.29º 0.9% 0.81% -
XYZ 38.99 52.85 8.81 -
YUV 174.33 40.9 125.62 -
System Red Green Blue C M Y K H S L
Decimal 171 206 20 0.17 0 0.90 0.19 71.29 0.82 0.44
Hex AB CE 14 11 0 5A 13 47 52 2C
Octal 253 316 24 21 0 132 23 107 122 54
Binary 10101011 11001110 10100 10001 0 1011010 10011 1000111 1010010 101100

Color Harmonies of #ABCE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCE14

Black with #ABCE14

Text Example


Text Example

White with #ABCE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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