Html Css Color HEX #ABC12D Bahia

📋 copy color: '#ABC12D'

red 171 ◦ green 193 ◦ blue 45

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

Shades of Bahia #ABC12D

Tints of Bahia #ABC12D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11%

R = 41.81%
G = 47.19%
B = 11%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#ABC12D (or 0xABC12D) is known color: Bahia. HEX triplet: AB, C1 and 2D. RGB value is (171,193,45). Sum of RGB (Red+Green+Blue) = 171+193+45=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC12D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC12D is #543ED2. Grayscale: #AAAAAA. Windows color (decimal): -5521107 or 2998699. OLE color: 2998699.

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

Color convert

RGB 171 193 45 -
CMYK 0.11 0 0.77 0.24
HSL 68.92º 0.62% 0.47% -
HSV(B) 68.92º 0.77% 0.76% -
XYZ 36.34 46.99 9.64 -
YUV 169.55 57.71 129.03 -
System Red Green Blue C M Y K H S L
Decimal 171 193 45 0.11 0 0.77 0.24 68.92 0.62 0.47
Hex AB C1 2D B 0 4D 18 45 3E 2F
Octal 253 301 55 13 0 115 30 105 76 57
Binary 10101011 11000001 101101 1011 0 1001101 11000 1000101 111110 101111

Color Harmonies of #ABC12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC12D

Black with #ABC12D

Text Example


Text Example

White with #ABC12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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