Html Css Color HEX #C0B325 Earls Green

📋 copy color: '#C0B325'

red 192 ◦ green 179 ◦ blue 37

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

Shades of Earls Green #C0B325

Tints of Earls Green #C0B325

RGB

 RED value IS 192 (75.39% from 255) = 47.06%

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

 BLUE value IS 37 (14.84% from 255) = 9.07%

R = 47.06%
G = 43.87%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C0B325 (or 0xC0B325) is known color: Earls Green. HEX triplet: C0, B3 and 25. RGB value is (192,179,37). Sum of RGB (Red+Green+Blue) = 192+179+37=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 179 (70.31% from 255 or 43.87% from 408); Blue value is 37 (14.84% from 255 or 9.07% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B325 is #3F4CDA. Grayscale: #A7A7A7. Windows color (decimal): -4148443 or 2470848. OLE color: 2470848.

HSL color Cylindrical-coordinate representation of color #C0B325: hue angle of 54.97º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0B325 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 179 37 -
CMYK 0 0.07 0.81 0.25
HSL 54.97º 0.68% 0.45% -
HSV(B) 54.97º 0.81% 0.75% -
XYZ 38.19 43.58 8.15 -
YUV 166.7 54.81 146.05 -
System Red Green Blue C M Y K H S L
Decimal 192 179 37 0 0.07 0.81 0.25 54.97 0.68 0.45
Hex C0 B3 25 0 7 51 19 37 44 2D
Octal 300 263 45 0 7 121 31 67 104 55
Binary 11000000 10110011 100101 0 111 1010001 11001 110111 1000100 101101

Color Harmonies of #C0B325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B325

Black with #C0B325

Text Example


Text Example

White with #C0B325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B325; }

 p { color: rgb(192,179,37); }

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

background-color css

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

 a { background-color: rgb(192,179,37); }

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

border-color css

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

 span { border-color: rgb(192,179,37); }

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