Html Css Color HEX #C0C250 Celery

📋 copy color: '#C0C250'

red 192 ◦ green 194 ◦ blue 80

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

Shades of Celery #C0C250

Tints of Celery #C0C250

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.63%

 BLUE value IS 80 (31.64% from 255) = 17.17%

R = 41.2%
G = 41.63%
B = 17.17%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C0C250 (or 0xC0C250) is known color: Celery. HEX triplet: C0, C2 and 50. RGB value is (192,194,80). Sum of RGB (Red+Green+Blue) = 192+194+80=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 80 (31.64% from 255 or 17.17% from 466); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C250 is #3F3DAF. Grayscale: #B4B4B4. Windows color (decimal): -4144560 or 5292736. OLE color: 5292736.

HSL color Cylindrical-coordinate representation of color #C0C250: hue angle of 61.05º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0C250 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 194 80 -
CMYK 0.01 0 0.59 0.24
HSL 61.05º 0.48% 0.54% -
HSV(B) 61.05º 0.59% 0.76% -
XYZ 42.48 50.37 15.07 -
YUV 180.41 71.34 136.27 -
System Red Green Blue C M Y K H S L
Decimal 192 194 80 0.01 0 0.59 0.24 61.05 0.48 0.54
Hex C0 C2 50 1 0 3B 18 3D 30 36
Octal 300 302 120 1 0 73 30 75 60 66
Binary 11000000 11000010 1010000 1 0 111011 11000 111101 110000 110110

Color Harmonies of #C0C250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C250

Black with #C0C250

Text Example


Text Example

White with #C0C250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C250; }

 p { color: rgb(192,194,80); }

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

background-color css

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

 a { background-color: rgb(192,194,80); }

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

border-color css

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

 span { border-color: rgb(192,194,80); }

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