Html Css Color HEX #ABCE1B Bahia

📋 copy color: '#ABCE1B'

red 171 ◦ green 206 ◦ blue 27

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

Shades of Bahia #ABCE1B

Tints of Bahia #ABCE1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.68%

R = 42.33%
G = 50.99%
B = 6.68%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#ABCE1B (or 0xABCE1B) is known color: Bahia. HEX triplet: AB, CE and 1B. RGB value is (171,206,27). Sum of RGB (Red+Green+Blue) = 171+206+27=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 206 (80.86% from 255 or 50.99% from 404); Blue value is 27 (10.94% from 255 or 6.68% from 404); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCE1B is #5431E4. Grayscale: #AFAFAF. Windows color (decimal): -5517797 or 1822379. OLE color: 1822379.

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

Color convert

RGB 171 206 27 -
CMYK 0.17 0 0.87 0.19
HSL 71.73º 0.77% 0.46% -
HSV(B) 71.73º 0.87% 0.81% -
XYZ 39.06 52.88 9.18 -
YUV 175.13 44.4 125.05 -
System Red Green Blue C M Y K H S L
Decimal 171 206 27 0.17 0 0.87 0.19 71.73 0.77 0.46
Hex AB CE 1B 11 0 57 13 48 4D 2E
Octal 253 316 33 21 0 127 23 110 115 56
Binary 10101011 11001110 11011 10001 0 1010111 10011 1001000 1001101 101110

Color Harmonies of #ABCE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCE1B

Black with #ABCE1B

Text Example


Text Example

White with #ABCE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCE1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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