Html Css Color HEX #C3A61F Earls Green

📋 copy color: '#C3A61F'

red 195 ◦ green 166 ◦ blue 31

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

Shades of Earls Green #C3A61F

Tints of Earls Green #C3A61F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.35%

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

R = 49.74%
G = 42.35%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3A61F (or 0xC3A61F) is known color: Earls Green. HEX triplet: C3, A6 and 1F. RGB value is (195,166,31). Sum of RGB (Red+Green+Blue) = 195+166+31=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 31 (12.5% from 255 or 7.91% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A61F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A61F is #3C59E0. Grayscale: #9F9F9F. Windows color (decimal): -3955169 or 2074307. OLE color: 2074307.

HSL color Cylindrical-coordinate representation of color #C3A61F: hue angle of 49.39º 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 #C3A61F is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 166 31 -
CMYK 0 0.15 0.84 0.24
HSL 49.39º 0.73% 0.44% -
HSV(B) 49.39º 0.84% 0.76% -
XYZ 36.39 38.97 6.9 -
YUV 159.28 55.61 153.48 -
System Red Green Blue C M Y K H S L
Decimal 195 166 31 0 0.15 0.84 0.24 49.39 0.73 0.44
Hex C3 A6 1F 0 F 54 18 31 49 2C
Octal 303 246 37 0 17 124 30 61 111 54
Binary 11000011 10100110 11111 0 1111 1010100 11000 110001 1001001 101100

Color Harmonies of #C3A61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A61F

Black with #C3A61F

Text Example


Text Example

White with #C3A61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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