Html Css Color HEX #C4B326 Earls Green

📋 copy color: '#C4B326'

red 196 ◦ green 179 ◦ blue 38

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

Shades of Earls Green #C4B326

Tints of Earls Green #C4B326

RGB

 RED value IS 196 (76.95% from 255) = 47.46%

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

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

R = 47.46%
G = 43.34%
B = 9.2%

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

#C4B326 (or 0xC4B326) is known color: Earls Green. HEX triplet: C4, B3 and 26. RGB value is (196,179,38). Sum of RGB (Red+Green+Blue) = 196+179+38=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 38 (15.23% from 255 or 9.20% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B326 is #3B4CD9. Grayscale: #A8A8A8. Windows color (decimal): -3886298 or 2536388. OLE color: 2536388.

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

Color convert

RGB 196 179 38 -
CMYK 0 0.09 0.81 0.23
HSL 53.54º 0.68% 0.46% -
HSV(B) 53.54º 0.81% 0.77% -
XYZ 39.23 44.12 8.28 -
YUV 168.01 54.63 147.96 -
System Red Green Blue C M Y K H S L
Decimal 196 179 38 0 0.09 0.81 0.23 53.54 0.68 0.46
Hex C4 B3 26 0 9 51 17 36 44 2E
Octal 304 263 46 0 11 121 27 66 104 56
Binary 11000100 10110011 100110 0 1001 1010001 10111 110110 1000100 101110

Color Harmonies of #C4B326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B326

Black with #C4B326

Text Example


Text Example

White with #C4B326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B326; }

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

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

background-color css

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

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

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

border-color css

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

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

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