Html Css Color HEX #C3AA2B Earls Green

📋 copy color: '#C3AA2B'

red 195 ◦ green 170 ◦ blue 43

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

Shades of Earls Green #C3AA2B

Tints of Earls Green #C3AA2B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.67%

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

R = 47.79%
G = 41.67%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3AA2B (or 0xC3AA2B) is known color: Earls Green. HEX triplet: C3, AA and 2B. RGB value is (195,170,43). Sum of RGB (Red+Green+Blue) = 195+170+43=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 43 (17.19% from 255 or 10.54% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AA2B is #3C55D4. Grayscale: #A3A3A3. Windows color (decimal): -3954133 or 2861763. OLE color: 2861763.

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

Color convert

RGB 195 170 43 -
CMYK 0 0.13 0.78 0.24
HSL 50.13º 0.64% 0.47% -
HSV(B) 50.13º 0.78% 0.76% -
XYZ 37.32 40.53 8.14 -
YUV 163 60.28 150.83 -
System Red Green Blue C M Y K H S L
Decimal 195 170 43 0 0.13 0.78 0.24 50.13 0.64 0.47
Hex C3 AA 2B 0 D 4E 18 32 40 2F
Octal 303 252 53 0 15 116 30 62 100 57
Binary 11000011 10101010 101011 0 1101 1001110 11000 110010 1000000 101111

Color Harmonies of #C3AA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AA2B

Black with #C3AA2B

Text Example


Text Example

White with #C3AA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AA2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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