Html Css Color HEX #C5AF1B Earls Green

📋 copy color: '#C5AF1B'

red 197 ◦ green 175 ◦ blue 27

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

Shades of Earls Green #C5AF1B

Tints of Earls Green #C5AF1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.77%

R = 49.37%
G = 43.86%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5AF1B (or 0xC5AF1B) is known color: Earls Green. HEX triplet: C5, AF and 1B. RGB value is (197,175,27). Sum of RGB (Red+Green+Blue) = 197+175+27=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 27 (10.94% from 255 or 6.77% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AF1B is #3A50E4. Grayscale: #A5A5A5. Windows color (decimal): -3821797 or 1814469. OLE color: 1814469.

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

Color convert

RGB 197 175 27 -
CMYK 0 0.11 0.86 0.23
HSL 52.24º 0.76% 0.44% -
HSV(B) 52.24º 0.86% 0.77% -
XYZ 38.55 42.61 7.23 -
YUV 164.71 50.29 151.03 -
System Red Green Blue C M Y K H S L
Decimal 197 175 27 0 0.11 0.86 0.23 52.24 0.76 0.44
Hex C5 AF 1B 0 B 56 17 34 4C 2C
Octal 305 257 33 0 13 126 27 64 114 54
Binary 11000101 10101111 11011 0 1011 1010110 10111 110100 1001100 101100

Color Harmonies of #C5AF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AF1B

Black with #C5AF1B

Text Example


Text Example

White with #C5AF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AF1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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