Html Css Color HEX #C3A526 Earls Green

📋 copy color: '#C3A526'

red 195 ◦ green 165 ◦ blue 38

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

Shades of Earls Green #C3A526

Tints of Earls Green #C3A526

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.46%

 BLUE value IS 38 (15.23% from 255) = 9.55%

R = 48.99%
G = 41.46%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C3A526 (or 0xC3A526) is known color: Earls Green. HEX triplet: C3, A5 and 26. RGB value is (195,165,38). Sum of RGB (Red+Green+Blue) = 195+165+38=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 38 (15.23% from 255 or 9.55% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A526 is #3C5AD9. Grayscale: #A0A0A0. Windows color (decimal): -3955418 or 2532803. OLE color: 2532803.

HSL color Cylindrical-coordinate representation of color #C3A526: hue angle of 48.54º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C3A526 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 165 38 -
CMYK 0 0.15 0.81 0.24
HSL 48.54º 0.67% 0.46% -
HSV(B) 48.54º 0.81% 0.76% -
XYZ 36.31 38.65 7.38 -
YUV 159.49 59.44 153.33 -
System Red Green Blue C M Y K H S L
Decimal 195 165 38 0 0.15 0.81 0.24 48.54 0.67 0.46
Hex C3 A5 26 0 F 51 18 31 43 2E
Octal 303 245 46 0 17 121 30 61 103 56
Binary 11000011 10100101 100110 0 1111 1010001 11000 110001 1000011 101110

Color Harmonies of #C3A526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A526

Black with #C3A526

Text Example


Text Example

White with #C3A526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A526; }

 p { color: rgb(195,165,38); }

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

background-color css

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

 a { background-color: rgb(195,165,38); }

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

border-color css

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

 span { border-color: rgb(195,165,38); }

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