Html Css Color HEX #C0B628 Earls Green

📋 copy color: '#C0B628'

red 192 ◦ green 182 ◦ blue 40

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

Shades of Earls Green #C0B628

Tints of Earls Green #C0B628

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.96%

 BLUE value IS 40 (16.02% from 255) = 9.66%

R = 46.38%
G = 43.96%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C0B628 (or 0xC0B628) is known color: Earls Green. HEX triplet: C0, B6 and 28. RGB value is (192,182,40). Sum of RGB (Red+Green+Blue) = 192+182+40=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 182 (71.48% from 255 or 43.96% from 414); Blue value is 40 (16.02% from 255 or 9.66% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B628 is #3F49D7. Grayscale: #A9A9A9. Windows color (decimal): -4147672 or 2668224. OLE color: 2668224.

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

Color convert

RGB 192 182 40 -
CMYK 0 0.05 0.79 0.25
HSL 56.05º 0.66% 0.45% -
HSV(B) 56.05º 0.79% 0.75% -
XYZ 38.85 44.82 8.61 -
YUV 168.8 55.31 144.55 -
System Red Green Blue C M Y K H S L
Decimal 192 182 40 0 0.05 0.79 0.25 56.05 0.66 0.45
Hex C0 B6 28 0 5 4F 19 38 42 2D
Octal 300 266 50 0 5 117 31 70 102 55
Binary 11000000 10110110 101000 0 101 1001111 11001 111000 1000010 101101

Color Harmonies of #C0B628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B628

Black with #C0B628

Text Example


Text Example

White with #C0B628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B628; }

 p { color: rgb(192,182,40); }

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

background-color css

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

 a { background-color: rgb(192,182,40); }

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

border-color css

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

 span { border-color: rgb(192,182,40); }

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