Html Css Color HEX #C3A71F Earls Green

📋 copy color: '#C3A71F'

red 195 ◦ green 167 ◦ blue 31

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

Shades of Earls Green #C3A71F

Tints of Earls Green #C3A71F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.49%

 BLUE value IS 31 (12.5% from 255) = 7.89%

R = 49.62%
G = 42.49%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3A71F (or 0xC3A71F) is known color: Earls Green. HEX triplet: C3, A7 and 1F. RGB value is (195,167,31). Sum of RGB (Red+Green+Blue) = 195+167+31=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 167 (65.62% from 255 or 42.49% from 393); Blue value is 31 (12.5% from 255 or 7.89% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A71F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A71F is #3C58E0. Grayscale: #A0A0A0. Windows color (decimal): -3954913 or 2074563. OLE color: 2074563.

HSL color Cylindrical-coordinate representation of color #C3A71F: hue angle of 49.76º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C3A71F is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 167 31 -
CMYK 0 0.14 0.84 0.24
HSL 49.76º 0.73% 0.44% -
HSV(B) 49.76º 0.84% 0.76% -
XYZ 36.57 39.34 6.96 -
YUV 159.87 55.28 153.06 -
System Red Green Blue C M Y K H S L
Decimal 195 167 31 0 0.14 0.84 0.24 49.76 0.73 0.44
Hex C3 A7 1F 0 E 54 18 32 49 2C
Octal 303 247 37 0 16 124 30 62 111 54
Binary 11000011 10100111 11111 0 1110 1010100 11000 110010 1001001 101100

Color Harmonies of #C3A71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A71F

Black with #C3A71F

Text Example


Text Example

White with #C3A71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A71F; }

 p { color: rgb(195,167,31); }

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

background-color css

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

 a { background-color: rgb(195,167,31); }

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

border-color css

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

 span { border-color: rgb(195,167,31); }

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