Html Css Color HEX #C3B424 Earls Green

📋 copy color: '#C3B424'

red 195 ◦ green 180 ◦ blue 36

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

Shades of Earls Green #C3B424

Tints of Earls Green #C3B424

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.8%

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

R = 47.45%
G = 43.8%
B = 8.76%

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

#C3B424 (or 0xC3B424) is known color: Earls Green. HEX triplet: C3, B4 and 24. RGB value is (195,180,36). Sum of RGB (Red+Green+Blue) = 195+180+36=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 36 (14.45% from 255 or 8.76% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B424 is #3C4BDB. Grayscale: #A8A8A8. Windows color (decimal): -3951580 or 2405571. OLE color: 2405571.

HSL color Cylindrical-coordinate representation of color #C3B424: hue angle of 54.34º 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 #C3B424 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 180 36 -
CMYK 0 0.08 0.82 0.24
HSL 54.34º 0.69% 0.45% -
HSV(B) 54.34º 0.82% 0.76% -
XYZ 39.15 44.37 8.17 -
YUV 168.07 53.47 147.21 -
System Red Green Blue C M Y K H S L
Decimal 195 180 36 0 0.08 0.82 0.24 54.34 0.69 0.45
Hex C3 B4 24 0 8 52 18 36 45 2D
Octal 303 264 44 0 10 122 30 66 105 55
Binary 11000011 10110100 100100 0 1000 1010010 11000 110110 1000101 101101

Color Harmonies of #C3B424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B424

Black with #C3B424

Text Example


Text Example

White with #C3B424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B424; }

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

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

background-color css

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

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

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

border-color css

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

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

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