Html Css Color HEX #C3A42B Earls Green

📋 copy color: '#C3A42B'

red 195 ◦ green 164 ◦ blue 43

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

Shades of Earls Green #C3A42B

Tints of Earls Green #C3A42B

RGB

 RED value IS 195 (76.56% from 255) = 48.51%

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

 BLUE value IS 43 (17.19% from 255) = 10.7%

R = 48.51%
G = 40.8%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3A42B (or 0xC3A42B) is known color: Earls Green. HEX triplet: C3, A4 and 2B. RGB value is (195,164,43). Sum of RGB (Red+Green+Blue) = 195+164+43=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 43 (17.19% from 255 or 10.70% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A42B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A42B is #3C5BD4. Grayscale: #9F9F9F. Windows color (decimal): -3955669 or 2860227. OLE color: 2860227.

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

Color convert

RGB 195 164 43 -
CMYK 0 0.16 0.78 0.24
HSL 47.76º 0.64% 0.47% -
HSV(B) 47.76º 0.78% 0.76% -
XYZ 36.22 38.33 7.77 -
YUV 159.48 62.27 153.34 -
System Red Green Blue C M Y K H S L
Decimal 195 164 43 0 0.16 0.78 0.24 47.76 0.64 0.47
Hex C3 A4 2B 0 10 4E 18 30 40 2F
Octal 303 244 53 0 20 116 30 60 100 57
Binary 11000011 10100100 101011 0 10000 1001110 11000 110000 1000000 101111

Color Harmonies of #C3A42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A42B

Black with #C3A42B

Text Example


Text Example

White with #C3A42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A42B; }

 p { color: rgb(195,164,43); }

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

background-color css

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

 a { background-color: rgb(195,164,43); }

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

border-color css

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

 span { border-color: rgb(195,164,43); }

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