Html Css Color HEX #C3A930 Earls Green

📋 copy color: '#C3A930'

red 195 ◦ green 169 ◦ blue 48

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

Shades of Earls Green #C3A930

Tints of Earls Green #C3A930

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.02%

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

R = 47.33%
G = 41.02%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C3A930 (or 0xC3A930) is known color: Earls Green. HEX triplet: C3, A9 and 30. RGB value is (195,169,48). Sum of RGB (Red+Green+Blue) = 195+169+48=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 48 (19.14% from 255 or 11.65% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A930 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A930 is #3C56CF. Grayscale: #A3A3A3. Windows color (decimal): -3954384 or 3189187. OLE color: 3189187.

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

Color convert

RGB 195 169 48 -
CMYK 0 0.13 0.75 0.24
HSL 49.39º 0.6% 0.48% -
HSV(B) 49.39º 0.75% 0.76% -
XYZ 37.23 40.19 8.59 -
YUV 162.98 63.11 150.84 -
System Red Green Blue C M Y K H S L
Decimal 195 169 48 0 0.13 0.75 0.24 49.39 0.6 0.48
Hex C3 A9 30 0 D 4B 18 31 3C 30
Octal 303 251 60 0 15 113 30 61 74 60
Binary 11000011 10101001 110000 0 1101 1001011 11000 110001 111100 110000

Color Harmonies of #C3A930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A930

Black with #C3A930

Text Example


Text Example

White with #C3A930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A930; }

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

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

background-color css

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

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

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

border-color css

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

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

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