Html Css Color HEX #ABC12E Bahia

📋 copy color: '#ABC12E'

red 171 ◦ green 193 ◦ blue 46

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

Shades of Bahia #ABC12E

Tints of Bahia #ABC12E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.07%

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

R = 41.71%
G = 47.07%
B = 11.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#ABC12E (or 0xABC12E) is known color: Bahia. HEX triplet: AB, C1 and 2E. RGB value is (171,193,46). Sum of RGB (Red+Green+Blue) = 171+193+46=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 193 (75.78% from 255 or 47.07% from 410); Blue value is 46 (18.36% from 255 or 11.22% from 410); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC12E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC12E is #543ED1. Grayscale: #AAAAAA. Windows color (decimal): -5521106 or 3064235. OLE color: 3064235.

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

Color convert

RGB 171 193 46 -
CMYK 0.11 0 0.76 0.24
HSL 68.98º 0.62% 0.47% -
HSV(B) 68.98º 0.76% 0.76% -
XYZ 36.36 47 9.74 -
YUV 169.66 58.21 128.95 -
System Red Green Blue C M Y K H S L
Decimal 171 193 46 0.11 0 0.76 0.24 68.98 0.62 0.47
Hex AB C1 2E B 0 4C 18 45 3E 2F
Octal 253 301 56 13 0 114 30 105 76 57
Binary 10101011 11000001 101110 1011 0 1001100 11000 1000101 111110 101111

Color Harmonies of #ABC12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC12E

Black with #ABC12E

Text Example


Text Example

White with #ABC12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC12E; }

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

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

background-color css

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

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

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

border-color css

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

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

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