Html Css Color HEX #C3A830 Earls Green

📋 copy color: '#C3A830'

red 195 ◦ green 168 ◦ blue 48

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

Shades of Earls Green #C3A830

Tints of Earls Green #C3A830

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.88%

 BLUE value IS 48 (19.14% from 255) = 11.68%

R = 47.45%
G = 40.88%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C3A830 (or 0xC3A830) is known color: Earls Green. HEX triplet: C3, A8 and 30. RGB value is (195,168,48). Sum of RGB (Red+Green+Blue) = 195+168+48=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 48 (19.14% from 255 or 11.68% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A830 is #3C57CF. Grayscale: #A2A2A2. Windows color (decimal): -3954640 or 3188931. OLE color: 3188931.

HSL color Cylindrical-coordinate representation of color #C3A830: hue angle of 48.98º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C3A830 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 168 48 -
CMYK 0 0.14 0.75 0.24
HSL 48.98º 0.6% 0.48% -
HSV(B) 48.98º 0.75% 0.76% -
XYZ 37.04 39.82 8.53 -
YUV 162.39 63.45 151.26 -
System Red Green Blue C M Y K H S L
Decimal 195 168 48 0 0.14 0.75 0.24 48.98 0.6 0.48
Hex C3 A8 30 0 E 4B 18 31 3C 30
Octal 303 250 60 0 16 113 30 61 74 60
Binary 11000011 10101000 110000 0 1110 1001011 11000 110001 111100 110000

Color Harmonies of #C3A830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A830

Black with #C3A830

Text Example


Text Example

White with #C3A830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A830; }

 p { color: rgb(195,168,48); }

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

background-color css

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

 a { background-color: rgb(195,168,48); }

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

border-color css

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

 span { border-color: rgb(195,168,48); }

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