Html Css Color HEX #C2C246 Celery

📋 copy color: '#C2C246'

red 194 ◦ green 194 ◦ blue 70

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

Shades of Celery #C2C246

Tints of Celery #C2C246

RGB

 RED value IS 194 (76.17% from 255) = 42.36%

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

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

R = 42.36%
G = 42.36%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C2C246 (or 0xC2C246) is known color: Celery. HEX triplet: C2, C2 and 46. RGB value is (194,194,70). Sum of RGB (Red+Green+Blue) = 194+194+70=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 194 (76.17% from 255 or 42.36% from 458); Blue value is 70 (27.73% from 255 or 15.28% from 458); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C246 is #3D3DB9. Grayscale: #B4B4B4. Windows color (decimal): -4013498 or 4637378. OLE color: 4637378.

HSL color Cylindrical-coordinate representation of color #C2C246: hue angle of 60º 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 #C2C246 is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 194 70 -
CMYK 0 0 0.64 0.24
HSL 60º 0.5% 0.52% -
HSV(B) 60º 0.64% 0.76% -
XYZ 42.65 50.5 13.29 -
YUV 179.86 66 138.08 -
System Red Green Blue C M Y K H S L
Decimal 194 194 70 0 0 0.64 0.24 60 0.5 0.52
Hex C2 C2 46 0 0 40 18 3C 32 34
Octal 302 302 106 0 0 100 30 74 62 64
Binary 11000010 11000010 1000110 0 0 1000000 11000 111100 110010 110100

Color Harmonies of #C2C246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C246

Black with #C2C246

Text Example


Text Example

White with #C2C246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C246; }

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

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

background-color css

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

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

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

border-color css

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

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

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