Html Css Color HEX #C5AF2B Earls Green

📋 copy color: '#C5AF2B'

red 197 ◦ green 175 ◦ blue 43

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

Shades of Earls Green #C5AF2B

Tints of Earls Green #C5AF2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.36%

R = 47.47%
G = 42.17%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5AF2B (or 0xC5AF2B) is known color: Earls Green. HEX triplet: C5, AF and 2B. RGB value is (197,175,43). Sum of RGB (Red+Green+Blue) = 197+175+43=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 43 (17.19% from 255 or 10.36% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AF2B is #3A50D4. Grayscale: #A7A7A7. Windows color (decimal): -3821781 or 2863045. OLE color: 2863045.

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

Color convert

RGB 197 175 43 -
CMYK 0 0.11 0.78 0.23
HSL 51.43º 0.64% 0.47% -
HSV(B) 51.43º 0.78% 0.77% -
XYZ 38.79 42.7 8.48 -
YUV 166.53 58.29 149.73 -
System Red Green Blue C M Y K H S L
Decimal 197 175 43 0 0.11 0.78 0.23 51.43 0.64 0.47
Hex C5 AF 2B 0 B 4E 17 33 40 2F
Octal 305 257 53 0 13 116 27 63 100 57
Binary 11000101 10101111 101011 0 1011 1001110 10111 110011 1000000 101111

Color Harmonies of #C5AF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AF2B

Black with #C5AF2B

Text Example


Text Example

White with #C5AF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AF2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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