Html Css Color HEX #ABCE13 Bahia

📋 copy color: '#ABCE13'

red 171 ◦ green 206 ◦ blue 19

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

Shades of Bahia #ABCE13

Tints of Bahia #ABCE13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.8%

R = 43.18%
G = 52.02%
B = 4.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#ABCE13 (or 0xABCE13) is known color: Bahia. HEX triplet: AB, CE and 13. RGB value is (171,206,19). Sum of RGB (Red+Green+Blue) = 171+206+19=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 206 (80.86% from 255 or 52.02% from 396); Blue value is 19 (7.81% from 255 or 4.80% from 396); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCE13 is #5431EC. Grayscale: #AEAEAE. Windows color (decimal): -5517805 or 1298091. OLE color: 1298091.

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

Color convert

RGB 171 206 19 -
CMYK 0.17 0 0.91 0.19
HSL 71.23º 0.83% 0.44% -
HSV(B) 71.23º 0.91% 0.81% -
XYZ 38.98 52.85 8.76 -
YUV 174.22 40.4 125.71 -
System Red Green Blue C M Y K H S L
Decimal 171 206 19 0.17 0 0.91 0.19 71.23 0.83 0.44
Hex AB CE 13 11 0 5B 13 47 53 2C
Octal 253 316 23 21 0 133 23 107 123 54
Binary 10101011 11001110 10011 10001 0 1011011 10011 1000111 1010011 101100

Color Harmonies of #ABCE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCE13

Black with #ABCE13

Text Example


Text Example

White with #ABCE13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCE13; }

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

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

background-color css

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

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

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

border-color css

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

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

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