Html Css Color HEX #C0C246 Celery

📋 copy color: '#C0C246'

red 192 ◦ green 194 ◦ blue 70

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

Shades of Celery #C0C246

Tints of Celery #C0C246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.35%

R = 42.11%
G = 42.54%
B = 15.35%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C0C246 (or 0xC0C246) is known color: Celery. HEX triplet: C0, C2 and 46. RGB value is (192,194,70). Sum of RGB (Red+Green+Blue) = 192+194+70=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 70 (27.73% from 255 or 15.35% from 456); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C246 is #3F3DB9. Grayscale: #B3B3B3. Windows color (decimal): -4144570 or 4637376. OLE color: 4637376.

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

Color convert

RGB 192 194 70 -
CMYK 0.01 0 0.64 0.24
HSL 60.97º 0.5% 0.52% -
HSV(B) 60.97º 0.64% 0.76% -
XYZ 42.14 50.23 13.27 -
YUV 179.27 66.34 137.08 -
System Red Green Blue C M Y K H S L
Decimal 192 194 70 0.01 0 0.64 0.24 60.97 0.5 0.52
Hex C0 C2 46 1 0 40 18 3D 32 34
Octal 300 302 106 1 0 100 30 75 62 64
Binary 11000000 11000010 1000110 1 0 1000000 11000 111101 110010 110100

Color Harmonies of #C0C246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C246

Black with #C0C246

Text Example


Text Example

White with #C0C246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C246; }

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

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

background-color css

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

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

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

border-color css

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

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

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