Html Css Color HEX #C3AF1F Earls Green

📋 copy color: '#C3AF1F'

red 195 ◦ green 175 ◦ blue 31

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

Shades of Earls Green #C3AF1F

Tints of Earls Green #C3AF1F

RGB

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

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

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

R = 48.63%
G = 43.64%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3AF1F (or 0xC3AF1F) is known color: Earls Green. HEX triplet: C3, AF and 1F. RGB value is (195,175,31). Sum of RGB (Red+Green+Blue) = 195+175+31=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 31 (12.5% from 255 or 7.73% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AF1F is #3C50E0. Grayscale: #A5A5A5. Windows color (decimal): -3952865 or 2076611. OLE color: 2076611.

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

Color convert

RGB 195 175 31 -
CMYK 0 0.10 0.84 0.24
HSL 52.68º 0.73% 0.44% -
HSV(B) 52.68º 0.84% 0.76% -
XYZ 38.08 42.36 7.47 -
YUV 164.56 52.63 149.71 -
System Red Green Blue C M Y K H S L
Decimal 195 175 31 0 0.10 0.84 0.24 52.68 0.73 0.44
Hex C3 AF 1F 0 A 54 18 35 49 2C
Octal 303 257 37 0 12 124 30 65 111 54
Binary 11000011 10101111 11111 0 1010 1010100 11000 110101 1001001 101100

Color Harmonies of #C3AF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF1F

Black with #C3AF1F

Text Example


Text Example

White with #C3AF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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