Html Css Color HEX #C3B013 Earls Green

📋 copy color: '#C3B013'

red 195 ◦ green 176 ◦ blue 19

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

Shades of Earls Green #C3B013

Tints of Earls Green #C3B013

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.13%

 BLUE value IS 19 (7.81% from 255) = 4.87%

R = 50%
G = 45.13%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C3B013 (or 0xC3B013) is known color: Earls Green. HEX triplet: C3, B0 and 13. RGB value is (195,176,19). Sum of RGB (Red+Green+Blue) = 195+176+19=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 19 (7.81% from 255 or 4.87% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3B013 is #3C4FEC. Grayscale: #A4A4A4. Windows color (decimal): -3952621 or 1290435. OLE color: 1290435.

HSL color Cylindrical-coordinate representation of color #C3B013: hue angle of 53.52º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C3B013 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 176 19 -
CMYK 0 0.10 0.90 0.24
HSL 53.52º 0.82% 0.42% -
HSV(B) 53.52º 0.9% 0.76% -
XYZ 38.15 42.7 6.85 -
YUV 163.78 46.29 150.27 -
System Red Green Blue C M Y K H S L
Decimal 195 176 19 0 0.10 0.90 0.24 53.52 0.82 0.42
Hex C3 B0 13 0 A 5A 18 36 52 2A
Octal 303 260 23 0 12 132 30 66 122 52
Binary 11000011 10110000 10011 0 1010 1011010 11000 110110 1010010 101010

Color Harmonies of #C3B013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B013

Black with #C3B013

Text Example


Text Example

White with #C3B013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B013; }

 p { color: rgb(195,176,19); }

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

background-color css

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

 a { background-color: rgb(195,176,19); }

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

border-color css

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

 span { border-color: rgb(195,176,19); }

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