Html Css Color HEX #C5B326 Earls Green

📋 copy color: '#C5B326'

red 197 ◦ green 179 ◦ blue 38

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

Shades of Earls Green #C5B326

Tints of Earls Green #C5B326

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.24%

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

R = 47.58%
G = 43.24%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C5B326 (or 0xC5B326) is known color: Earls Green. HEX triplet: C5, B3 and 26. RGB value is (197,179,38). Sum of RGB (Red+Green+Blue) = 197+179+38=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 179 (70.31% from 255 or 43.24% from 414); Blue value is 38 (15.23% from 255 or 9.18% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B326 is #3A4CD9. Grayscale: #A8A8A8. Windows color (decimal): -3820762 or 2536389. OLE color: 2536389.

HSL color Cylindrical-coordinate representation of color #C5B326: hue angle of 53.21º 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 #C5B326 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 179 38 -
CMYK 0 0.09 0.81 0.23
HSL 53.21º 0.68% 0.46% -
HSV(B) 53.21º 0.81% 0.77% -
XYZ 39.5 44.25 8.29 -
YUV 168.31 54.46 148.46 -
System Red Green Blue C M Y K H S L
Decimal 197 179 38 0 0.09 0.81 0.23 53.21 0.68 0.46
Hex C5 B3 26 0 9 51 17 35 44 2E
Octal 305 263 46 0 11 121 27 65 104 56
Binary 11000101 10110011 100110 0 1001 1010001 10111 110101 1000100 101110

Color Harmonies of #C5B326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B326

Black with #C5B326

Text Example


Text Example

White with #C5B326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B326; }

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

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

background-color css

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

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

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

border-color css

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

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

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