#C8B324

Color #C8B324 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #C8B324

Tints of Earls Green #C8B324

Color information

#C8B324 (or 0xC8B324) is unknown color: approx Earls Green. HEX triplet: C8, B3 and 24. RGB value is (200,179,36). Sum of RGB (Red+Green+Blue) = 200+179+36=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 36 (14.45% from 255 or 8.67% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B324 is #374CDB. Grayscale: #A9A9A9. Windows color (decimal): -3624156 or 2405320. OLE color: 2405320.

HSL color Cylindrical-coordinate representation of color #C8B324: hue angle of 52.32º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C8B324 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB20017936-
CMYK00.100.820.22
HSL52.32º69.49%46.27%-
HSV(B)52.32º82%78.43%-
XYZ40.2644.658.16-
YUV168.9852.96150.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.19%
GREEN value IS 179 (70.31% from 255) = 43.13%
BLUE value IS 36 (14.45% from 255) = 8.67%
R=48.19%
G=43.13%
B=8.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001793600.100.820.2252.3269.4946.27
HexC8B3240A521634452e
Octal31026344012122266410556
Binary1100100010110011100100010101010010101101101001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B324; }

 p { color: rgb(200,179,36); }

 H1.HeaderClassName
 {
   color: #C8B324;
 }
 .AnyTagClassName
 {
   color: #C8B324;
 }
</style>
background-color css

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

 a { background-color: rgb(200,179,36); }

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

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

 span { border-color: rgb(200,179,36); }

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