Html Css Color HEX #C2C349 Celery

📋 copy color: '#C2C349'

red 194 ◦ green 195 ◦ blue 73

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

Shades of Celery #C2C349

Tints of Celery #C2C349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.8%

R = 41.99%
G = 42.21%
B = 15.8%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C2C349 (or 0xC2C349) is known color: Celery. HEX triplet: C2, C3 and 49. RGB value is (194,195,73). Sum of RGB (Red+Green+Blue) = 194+195+73=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 73 (28.91% from 255 or 15.80% from 462); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C349 is #3D3CB6. Grayscale: #B5B5B5. Windows color (decimal): -4013239 or 4834242. OLE color: 4834242.

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

Color convert

RGB 194 195 73 -
CMYK 0.01 0 0.63 0.24
HSL 60.49º 0.5% 0.53% -
HSV(B) 60.49º 0.63% 0.76% -
XYZ 42.97 50.98 13.88 -
YUV 180.79 67.17 137.42 -
System Red Green Blue C M Y K H S L
Decimal 194 195 73 0.01 0 0.63 0.24 60.49 0.5 0.53
Hex C2 C3 49 1 0 3F 18 3C 32 35
Octal 302 303 111 1 0 77 30 74 62 65
Binary 11000010 11000011 1001001 1 0 111111 11000 111100 110010 110101

Color Harmonies of #C2C349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C349

Black with #C2C349

Text Example


Text Example

White with #C2C349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C349; }

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

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

background-color css

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

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

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

border-color css

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

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

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