Html Css Color HEX #C3AD2C Earls Green

📋 copy color: '#C3AD2C'

red 195 ◦ green 173 ◦ blue 44

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

Shades of Earls Green #C3AD2C

Tints of Earls Green #C3AD2C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.99%

 BLUE value IS 44 (17.58% from 255) = 10.68%

R = 47.33%
G = 41.99%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3AD2C (or 0xC3AD2C) is known color: Earls Green. HEX triplet: C3, AD and 2C. RGB value is (195,173,44). Sum of RGB (Red+Green+Blue) = 195+173+44=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 44 (17.58% from 255 or 10.68% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AD2C is #3C52D3. Grayscale: #A5A5A5. Windows color (decimal): -3953364 or 2928067. OLE color: 2928067.

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

Color convert

RGB 195 173 44 -
CMYK 0 0.11 0.77 0.24
HSL 51.26º 0.63% 0.47% -
HSV(B) 51.26º 0.77% 0.76% -
XYZ 37.9 41.67 8.43 -
YUV 164.87 59.79 149.49 -
System Red Green Blue C M Y K H S L
Decimal 195 173 44 0 0.11 0.77 0.24 51.26 0.63 0.47
Hex C3 AD 2C 0 B 4D 18 33 3F 2F
Octal 303 255 54 0 13 115 30 63 77 57
Binary 11000011 10101101 101100 0 1011 1001101 11000 110011 111111 101111

Color Harmonies of #C3AD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AD2C

Black with #C3AD2C

Text Example


Text Example

White with #C3AD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AD2C; }

 p { color: rgb(195,173,44); }

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

background-color css

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

 a { background-color: rgb(195,173,44); }

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

border-color css

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

 span { border-color: rgb(195,173,44); }

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