Html Css Color HEX #C3A527 Earls Green

📋 copy color: '#C3A527'

red 195 ◦ green 165 ◦ blue 39

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

Shades of Earls Green #C3A527

Tints of Earls Green #C3A527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.77%

R = 48.87%
G = 41.35%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C3A527 (or 0xC3A527) is known color: Earls Green. HEX triplet: C3, A5 and 27. RGB value is (195,165,39). Sum of RGB (Red+Green+Blue) = 195+165+39=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 39 (15.62% from 255 or 9.77% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A527 is #3C5AD8. Grayscale: #A0A0A0. Windows color (decimal): -3955417 or 2598339. OLE color: 2598339.

HSL color Cylindrical-coordinate representation of color #C3A527: hue angle of 48.46º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C3A527 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 165 39 -
CMYK 0 0.15 0.80 0.24
HSL 48.46º 0.67% 0.46% -
HSV(B) 48.46º 0.8% 0.76% -
XYZ 36.33 38.66 7.47 -
YUV 159.61 59.94 153.25 -
System Red Green Blue C M Y K H S L
Decimal 195 165 39 0 0.15 0.80 0.24 48.46 0.67 0.46
Hex C3 A5 27 0 F 50 18 30 43 2E
Octal 303 245 47 0 17 120 30 60 103 56
Binary 11000011 10100101 100111 0 1111 1010000 11000 110000 1000011 101110

Color Harmonies of #C3A527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A527

Black with #C3A527

Text Example


Text Example

White with #C3A527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A527; }

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

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

background-color css

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

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

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

border-color css

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

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

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