Html Css Color HEX #C3B324 Earls Green

📋 copy color: '#C3B324'

red 195 ◦ green 179 ◦ blue 36

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

Shades of Earls Green #C3B324

Tints of Earls Green #C3B324

RGB

 RED value IS 195 (76.56% from 255) = 47.56%

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

 BLUE value IS 36 (14.45% from 255) = 8.78%

R = 47.56%
G = 43.66%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C3B324 (or 0xC3B324) is known color: Earls Green. HEX triplet: C3, B3 and 24. RGB value is (195,179,36). Sum of RGB (Red+Green+Blue) = 195+179+36=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 179 (70.31% from 255 or 43.66% from 410); Blue value is 36 (14.45% from 255 or 8.78% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B324 is #3C4CDB. Grayscale: #A8A8A8. Windows color (decimal): -3951836 or 2405315. OLE color: 2405315.

HSL color Cylindrical-coordinate representation of color #C3B324: hue angle of 53.96º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C3B324 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 179 36 -
CMYK 0 0.08 0.82 0.24
HSL 53.96º 0.69% 0.45% -
HSV(B) 53.96º 0.82% 0.76% -
XYZ 38.94 43.97 8.1 -
YUV 167.48 53.8 147.63 -
System Red Green Blue C M Y K H S L
Decimal 195 179 36 0 0.08 0.82 0.24 53.96 0.69 0.45
Hex C3 B3 24 0 8 52 18 36 45 2D
Octal 303 263 44 0 10 122 30 66 105 55
Binary 11000011 10110011 100100 0 1000 1010010 11000 110110 1000101 101101

Color Harmonies of #C3B324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B324

Black with #C3B324

Text Example


Text Example

White with #C3B324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B324; }

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

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

background-color css

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

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

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

border-color css

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

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

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