Html Css Color HEX #C2B319 Earls Green

📋 copy color: '#C2B319'

red 194 ◦ green 179 ◦ blue 25

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

Shades of Earls Green #C2B319

Tints of Earls Green #C2B319

RGB

 RED value IS 194 (76.17% from 255) = 48.74%

 GREEN value IS 179 (70.31% from 255) = 44.97%

 BLUE value IS 25 (10.16% from 255) = 6.28%

R = 48.74%
G = 44.97%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C2B319 (or 0xC2B319) is known color: Earls Green. HEX triplet: C2, B3 and 19. RGB value is (194,179,25). Sum of RGB (Red+Green+Blue) = 194+179+25=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 25 (10.16% from 255 or 6.28% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B319 is #3D4CE6. Grayscale: #A6A6A6. Windows color (decimal): -4017383 or 1684418. OLE color: 1684418.

HSL color Cylindrical-coordinate representation of color #C2B319: hue angle of 54.67º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2B319 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 179 25 -
CMYK 0 0.08 0.87 0.24
HSL 54.67º 0.77% 0.43% -
HSV(B) 54.67º 0.87% 0.76% -
XYZ 38.54 43.78 7.34 -
YUV 165.93 48.47 148.02 -
System Red Green Blue C M Y K H S L
Decimal 194 179 25 0 0.08 0.87 0.24 54.67 0.77 0.43
Hex C2 B3 19 0 8 57 18 37 4D 2B
Octal 302 263 31 0 10 127 30 67 115 53
Binary 11000010 10110011 11001 0 1000 1010111 11000 110111 1001101 101011

Color Harmonies of #C2B319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B319

Black with #C2B319

Text Example


Text Example

White with #C2B319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B319; }

 p { color: rgb(194,179,25); }

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

background-color css

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

 a { background-color: rgb(194,179,25); }

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

border-color css

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

 span { border-color: rgb(194,179,25); }

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