Html Css Color HEX #C3A521 Earls Green

📋 copy color: '#C3A521'

red 195 ◦ green 165 ◦ blue 33

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

Shades of Earls Green #C3A521

Tints of Earls Green #C3A521

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.98%

 BLUE value IS 33 (13.28% from 255) = 8.4%

R = 49.62%
G = 41.98%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C3A521 (or 0xC3A521) is known color: Earls Green. HEX triplet: C3, A5 and 21. RGB value is (195,165,33). Sum of RGB (Red+Green+Blue) = 195+165+33=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 33 (13.28% from 255 or 8.40% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A521 is #3C5ADE. Grayscale: #9F9F9F. Windows color (decimal): -3955423 or 2205123. OLE color: 2205123.

HSL color Cylindrical-coordinate representation of color #C3A521: hue angle of 48.89º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C3A521 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 165 33 -
CMYK 0 0.15 0.83 0.24
HSL 48.89º 0.71% 0.45% -
HSV(B) 48.89º 0.83% 0.76% -
XYZ 36.24 38.62 6.98 -
YUV 158.92 56.94 153.73 -
System Red Green Blue C M Y K H S L
Decimal 195 165 33 0 0.15 0.83 0.24 48.89 0.71 0.45
Hex C3 A5 21 0 F 53 18 31 47 2D
Octal 303 245 41 0 17 123 30 61 107 55
Binary 11000011 10100101 100001 0 1111 1010011 11000 110001 1000111 101101

Color Harmonies of #C3A521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A521

Black with #C3A521

Text Example


Text Example

White with #C3A521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A521; }

 p { color: rgb(195,165,33); }

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

background-color css

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

 a { background-color: rgb(195,165,33); }

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

border-color css

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

 span { border-color: rgb(195,165,33); }

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