Html Css Color HEX #ABC02E Bahia

📋 copy color: '#ABC02E'

red 171 ◦ green 192 ◦ blue 46

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

Shades of Bahia #ABC02E

Tints of Bahia #ABC02E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.94%

 BLUE value IS 46 (18.36% from 255) = 11.25%

R = 41.81%
G = 46.94%
B = 11.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#ABC02E (or 0xABC02E) is known color: Bahia. HEX triplet: AB, C0 and 2E. RGB value is (171,192,46). Sum of RGB (Red+Green+Blue) = 171+192+46=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 46 (18.36% from 255 or 11.25% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC02E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC02E is #543FD1. Grayscale: #A9A9A9. Windows color (decimal): -5521362 or 3063979. OLE color: 3063979.

HSL color Cylindrical-coordinate representation of color #ABC02E: hue angle of 68.63º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ABC02E is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 192 46 -
CMYK 0.11 0 0.76 0.25
HSL 68.63º 0.61% 0.47% -
HSV(B) 68.63º 0.76% 0.75% -
XYZ 36.14 46.55 9.67 -
YUV 169.08 58.54 129.37 -
System Red Green Blue C M Y K H S L
Decimal 171 192 46 0.11 0 0.76 0.25 68.63 0.61 0.47
Hex AB C0 2E B 0 4C 19 45 3D 2F
Octal 253 300 56 13 0 114 31 105 75 57
Binary 10101011 11000000 101110 1011 0 1001100 11001 1000101 111101 101111

Color Harmonies of #ABC02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC02E

Black with #ABC02E

Text Example


Text Example

White with #ABC02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC02E; }

 p { color: rgb(171,192,46); }

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

background-color css

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

 a { background-color: rgb(171,192,46); }

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

border-color css

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

 span { border-color: rgb(171,192,46); }

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