Html Css Color HEX #ABCE2A Bahia

📋 copy color: '#ABCE2A'

red 171 ◦ green 206 ◦ blue 42

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

Shades of Bahia #ABCE2A

Tints of Bahia #ABCE2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.02%

R = 40.81%
G = 49.16%
B = 10.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#ABCE2A (or 0xABCE2A) is known color: Bahia. HEX triplet: AB, CE and 2A. RGB value is (171,206,42). Sum of RGB (Red+Green+Blue) = 171+206+42=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 42 (16.80% from 255 or 10.02% from 419); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCE2A is #5431D5. Grayscale: #B1B1B1. Windows color (decimal): -5517782 or 2805419. OLE color: 2805419.

HSL color Cylindrical-coordinate representation of color #ABCE2A: hue angle of 72.8º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABCE2A is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 206 42 -
CMYK 0.17 0 0.80 0.19
HSL 72.8º 0.66% 0.49% -
HSV(B) 72.8º 0.8% 0.81% -
XYZ 39.28 52.97 10.34 -
YUV 176.84 51.9 123.84 -
System Red Green Blue C M Y K H S L
Decimal 171 206 42 0.17 0 0.80 0.19 72.8 0.66 0.49
Hex AB CE 2A 11 0 50 13 49 42 31
Octal 253 316 52 21 0 120 23 111 102 61
Binary 10101011 11001110 101010 10001 0 1010000 10011 1001001 1000010 110001

Color Harmonies of #ABCE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCE2A

Black with #ABCE2A

Text Example


Text Example

White with #ABCE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCE2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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