Html Css Color HEX #C2C346 Celery

📋 copy color: '#C2C346'

red 194 ◦ green 195 ◦ blue 70

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

Shades of Celery #C2C346

Tints of Celery #C2C346

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.48%

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

R = 42.27%
G = 42.48%
B = 15.25%

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

#C2C346 (or 0xC2C346) is known color: Celery. HEX triplet: C2, C3 and 46. RGB value is (194,195,70). Sum of RGB (Red+Green+Blue) = 194+195+70=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 70 (27.73% from 255 or 15.25% from 459); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C346 is #3D3CB9. Grayscale: #B4B4B4. Windows color (decimal): -4013242 or 4637634. OLE color: 4637634.

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

Color convert

RGB 194 195 70 -
CMYK 0.01 0 0.64 0.24
HSL 60.48º 0.51% 0.52% -
HSV(B) 60.48º 0.64% 0.76% -
XYZ 42.87 50.94 13.37 -
YUV 180.45 65.67 137.66 -
System Red Green Blue C M Y K H S L
Decimal 194 195 70 0.01 0 0.64 0.24 60.48 0.51 0.52
Hex C2 C3 46 1 0 40 18 3C 33 34
Octal 302 303 106 1 0 100 30 74 63 64
Binary 11000010 11000011 1000110 1 0 1000000 11000 111100 110011 110100

Color Harmonies of #C2C346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C346

Black with #C2C346

Text Example


Text Example

White with #C2C346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C346; }

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

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

background-color css

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

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

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

border-color css

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

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

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