Html Css Color HEX #C3AF2D Earls Green

📋 copy color: '#C3AF2D'

red 195 ◦ green 175 ◦ blue 45

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

Shades of Earls Green #C3AF2D

Tints of Earls Green #C3AF2D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.17%

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

R = 46.99%
G = 42.17%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3AF2D (or 0xC3AF2D) is known color: Earls Green. HEX triplet: C3, AF and 2D. RGB value is (195,175,45). Sum of RGB (Red+Green+Blue) = 195+175+45=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 45 (17.97% from 255 or 10.84% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AF2D is #3C50D2. Grayscale: #A6A6A6. Windows color (decimal): -3952851 or 2994115. OLE color: 2994115.

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

Color convert

RGB 195 175 45 -
CMYK 0 0.10 0.77 0.24
HSL 52º 0.63% 0.47% -
HSV(B) 52º 0.77% 0.76% -
XYZ 38.31 42.45 8.66 -
YUV 166.16 59.63 148.57 -
System Red Green Blue C M Y K H S L
Decimal 195 175 45 0 0.10 0.77 0.24 52 0.63 0.47
Hex C3 AF 2D 0 A 4D 18 34 3E 2F
Octal 303 257 55 0 12 115 30 64 76 57
Binary 11000011 10101111 101101 0 1010 1001101 11000 110100 111110 101111

Color Harmonies of #C3AF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF2D

Black with #C3AF2D

Text Example


Text Example

White with #C3AF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF2D; }

 p { color: rgb(195,175,45); }

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

background-color css

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

 a { background-color: rgb(195,175,45); }

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

border-color css

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

 span { border-color: rgb(195,175,45); }

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