Html Css Color HEX #C5AF26 Earls Green

📋 copy color: '#C5AF26'

red 197 ◦ green 175 ◦ blue 38

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

Shades of Earls Green #C5AF26

Tints of Earls Green #C5AF26

RGB

 RED value IS 197 (77.34% from 255) = 48.05%

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

 BLUE value IS 38 (15.23% from 255) = 9.27%

R = 48.05%
G = 42.68%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C5AF26 (or 0xC5AF26) is known color: Earls Green. HEX triplet: C5, AF and 26. RGB value is (197,175,38). Sum of RGB (Red+Green+Blue) = 197+175+38=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 38 (15.23% from 255 or 9.27% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AF26 is #3A50D9. Grayscale: #A6A6A6. Windows color (decimal): -3821786 or 2535365. OLE color: 2535365.

HSL color Cylindrical-coordinate representation of color #C5AF26: hue angle of 51.7º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5AF26 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 175 38 -
CMYK 0 0.11 0.81 0.23
HSL 51.7º 0.68% 0.46% -
HSV(B) 51.7º 0.81% 0.77% -
XYZ 38.71 42.67 8.03 -
YUV 165.96 55.79 150.14 -
System Red Green Blue C M Y K H S L
Decimal 197 175 38 0 0.11 0.81 0.23 51.7 0.68 0.46
Hex C5 AF 26 0 B 51 17 34 44 2E
Octal 305 257 46 0 13 121 27 64 104 56
Binary 11000101 10101111 100110 0 1011 1010001 10111 110100 1000100 101110

Color Harmonies of #C5AF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AF26

Black with #C5AF26

Text Example


Text Example

White with #C5AF26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AF26; }

 p { color: rgb(197,175,38); }

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

background-color css

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

 a { background-color: rgb(197,175,38); }

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

border-color css

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

 span { border-color: rgb(197,175,38); }

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