Html Css Color HEX #C3AF25 Earls Green

📋 copy color: '#C3AF25'

red 195 ◦ green 175 ◦ blue 37

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

Shades of Earls Green #C3AF25

Tints of Earls Green #C3AF25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.09%

R = 47.91%
G = 43%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C3AF25 (or 0xC3AF25) is known color: Earls Green. HEX triplet: C3, AF and 25. RGB value is (195,175,37). Sum of RGB (Red+Green+Blue) = 195+175+37=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 37 (14.84% from 255 or 9.09% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AF25 is #3C50DA. Grayscale: #A5A5A5. Windows color (decimal): -3952859 or 2469827. OLE color: 2469827.

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

Color convert

RGB 195 175 37 -
CMYK 0 0.10 0.81 0.24
HSL 52.41º 0.68% 0.45% -
HSV(B) 52.41º 0.81% 0.76% -
XYZ 38.17 42.4 7.92 -
YUV 165.25 55.63 149.22 -
System Red Green Blue C M Y K H S L
Decimal 195 175 37 0 0.10 0.81 0.24 52.41 0.68 0.45
Hex C3 AF 25 0 A 51 18 34 44 2D
Octal 303 257 45 0 12 121 30 64 104 55
Binary 11000011 10101111 100101 0 1010 1010001 11000 110100 1000100 101101

Color Harmonies of #C3AF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF25

Black with #C3AF25

Text Example


Text Example

White with #C3AF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF25; }

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

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

background-color css

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

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

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

border-color css

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

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

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