Html Css Color HEX #ABCE1C Bahia

📋 copy color: '#ABCE1C'

red 171 ◦ green 206 ◦ blue 28

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

Shades of Bahia #ABCE1C

Tints of Bahia #ABCE1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.91%

R = 42.22%
G = 50.86%
B = 6.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#ABCE1C (or 0xABCE1C) is known color: Bahia. HEX triplet: AB, CE and 1C. RGB value is (171,206,28). Sum of RGB (Red+Green+Blue) = 171+206+28=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 206 (80.86% from 255 or 50.86% from 405); Blue value is 28 (11.33% from 255 or 6.91% from 405); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCE1C is #5431E3. Grayscale: #AFAFAF. Windows color (decimal): -5517796 or 1887915. OLE color: 1887915.

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

Color convert

RGB 171 206 28 -
CMYK 0.17 0 0.86 0.19
HSL 71.8º 0.76% 0.46% -
HSV(B) 71.8º 0.86% 0.81% -
XYZ 39.08 52.88 9.25 -
YUV 175.24 44.9 124.97 -
System Red Green Blue C M Y K H S L
Decimal 171 206 28 0.17 0 0.86 0.19 71.8 0.76 0.46
Hex AB CE 1C 11 0 56 13 48 4C 2E
Octal 253 316 34 21 0 126 23 110 114 56
Binary 10101011 11001110 11100 10001 0 1010110 10011 1001000 1001100 101110

Color Harmonies of #ABCE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCE1C

Black with #ABCE1C

Text Example


Text Example

White with #ABCE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCE1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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