Html Css Color HEX #A4C12D Bahia

📋 copy color: '#A4C12D'

red 164 ◦ green 193 ◦ blue 45

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

Shades of Bahia #A4C12D

Tints of Bahia #A4C12D

RGB

 RED value IS 164 (64.45% from 255) = 40.8%

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

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

R = 40.8%
G = 48.01%
B = 11.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#A4C12D (or 0xA4C12D) is known color: Bahia. HEX triplet: A4, C1 and 2D. RGB value is (164,193,45). Sum of RGB (Red+Green+Blue) = 164+193+45=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C12D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C12D is #5B3ED2. Grayscale: #A8A8A8. Windows color (decimal): -5979859 or 2998692. OLE color: 2998692.

HSL color Cylindrical-coordinate representation of color #A4C12D: hue angle of 71.76º 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 #A4C12D is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 193 45 -
CMYK 0.15 0 0.77 0.24
HSL 71.76º 0.62% 0.47% -
HSV(B) 71.76º 0.77% 0.76% -
XYZ 34.85 46.22 9.57 -
YUV 167.46 58.89 125.53 -
System Red Green Blue C M Y K H S L
Decimal 164 193 45 0.15 0 0.77 0.24 71.76 0.62 0.47
Hex A4 C1 2D F 0 4D 18 48 3E 2F
Octal 244 301 55 17 0 115 30 110 76 57
Binary 10100100 11000001 101101 1111 0 1001101 11000 1001000 111110 101111

Color Harmonies of #A4C12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C12D

Black with #A4C12D

Text Example


Text Example

White with #A4C12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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