Html Css Color HEX #C3AF27 Earls Green

📋 copy color: '#C3AF27'

red 195 ◦ green 175 ◦ blue 39

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

Shades of Earls Green #C3AF27

Tints of Earls Green #C3AF27

RGB

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

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

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

R = 47.68%
G = 42.79%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C3AF27 (or 0xC3AF27) is known color: Earls Green. HEX triplet: C3, AF and 27. RGB value is (195,175,39). Sum of RGB (Red+Green+Blue) = 195+175+39=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 39 (15.62% from 255 or 9.54% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AF27 is #3C50D8. Grayscale: #A6A6A6. Windows color (decimal): -3952857 or 2600899. OLE color: 2600899.

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

Color convert

RGB 195 175 39 -
CMYK 0 0.10 0.80 0.24
HSL 52.31º 0.67% 0.46% -
HSV(B) 52.31º 0.8% 0.76% -
XYZ 38.2 42.41 8.09 -
YUV 165.48 56.63 149.06 -
System Red Green Blue C M Y K H S L
Decimal 195 175 39 0 0.10 0.80 0.24 52.31 0.67 0.46
Hex C3 AF 27 0 A 50 18 34 43 2E
Octal 303 257 47 0 12 120 30 64 103 56
Binary 11000011 10101111 100111 0 1010 1010000 11000 110100 1000011 101110

Color Harmonies of #C3AF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF27

Black with #C3AF27

Text Example


Text Example

White with #C3AF27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF27; }

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

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

background-color css

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

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

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

border-color css

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

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

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