Html Css Color HEX #C3A826 Earls Green

📋 copy color: '#C3A826'

red 195 ◦ green 168 ◦ blue 38

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

Shades of Earls Green #C3A826

Tints of Earls Green #C3A826

RGB

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

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

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

R = 48.63%
G = 41.9%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C3A826 (or 0xC3A826) is known color: Earls Green. HEX triplet: C3, A8 and 26. RGB value is (195,168,38). Sum of RGB (Red+Green+Blue) = 195+168+38=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 38 (15.23% from 255 or 9.48% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A826 is #3C57D9. Grayscale: #A1A1A1. Windows color (decimal): -3954650 or 2533571. OLE color: 2533571.

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

Color convert

RGB 195 168 38 -
CMYK 0 0.14 0.81 0.24
HSL 49.68º 0.67% 0.46% -
HSV(B) 49.68º 0.81% 0.76% -
XYZ 36.86 39.75 7.56 -
YUV 161.25 58.45 152.07 -
System Red Green Blue C M Y K H S L
Decimal 195 168 38 0 0.14 0.81 0.24 49.68 0.67 0.46
Hex C3 A8 26 0 E 51 18 32 43 2E
Octal 303 250 46 0 16 121 30 62 103 56
Binary 11000011 10101000 100110 0 1110 1010001 11000 110010 1000011 101110

Color Harmonies of #C3A826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A826

Black with #C3A826

Text Example


Text Example

White with #C3A826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A826; }

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

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

background-color css

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

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

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

border-color css

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

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

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