Html Css Color HEX #C0B726 Earls Green

📋 copy color: '#C0B726'

red 192 ◦ green 183 ◦ blue 38

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

Shades of Earls Green #C0B726

Tints of Earls Green #C0B726

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.31%

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

R = 46.49%
G = 44.31%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C0B726 (or 0xC0B726) is known color: Earls Green. HEX triplet: C0, B7 and 26. RGB value is (192,183,38). Sum of RGB (Red+Green+Blue) = 192+183+38=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 183 (71.88% from 255 or 44.31% from 413); Blue value is 38 (15.23% from 255 or 9.20% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B726 is #3F48D9. Grayscale: #A9A9A9. Windows color (decimal): -4147418 or 2537408. OLE color: 2537408.

HSL color Cylindrical-coordinate representation of color #C0B726: hue angle of 56.49º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0B726 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 183 38 -
CMYK 0 0.05 0.80 0.25
HSL 56.49º 0.67% 0.45% -
HSV(B) 56.49º 0.8% 0.75% -
XYZ 39.02 45.21 8.5 -
YUV 169.16 53.98 144.29 -
System Red Green Blue C M Y K H S L
Decimal 192 183 38 0 0.05 0.80 0.25 56.49 0.67 0.45
Hex C0 B7 26 0 5 50 19 38 43 2D
Octal 300 267 46 0 5 120 31 70 103 55
Binary 11000000 10110111 100110 0 101 1010000 11001 111000 1000011 101101

Color Harmonies of #C0B726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B726

Black with #C0B726

Text Example


Text Example

White with #C0B726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B726; }

 p { color: rgb(192,183,38); }

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

background-color css

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

 a { background-color: rgb(192,183,38); }

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

border-color css

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

 span { border-color: rgb(192,183,38); }

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