Html Css Color HEX #C2C052 Celery

📋 copy color: '#C2C052'

red 194 ◦ green 192 ◦ blue 82

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

Shades of Celery #C2C052

Tints of Celery #C2C052

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.03%

 BLUE value IS 82 (32.42% from 255) = 17.52%

R = 41.45%
G = 41.03%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C2C052 (or 0xC2C052) is known color: Celery. HEX triplet: C2, C0 and 52. RGB value is (194,192,82). Sum of RGB (Red+Green+Blue) = 194+192+82=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 82 (32.42% from 255 or 17.52% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C052 is #3D3FAD. Grayscale: #B4B4B4. Windows color (decimal): -4013998 or 5423298. OLE color: 5423298.

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

Color convert

RGB 194 192 82 -
CMYK 0 0.01 0.58 0.24
HSL 58.93º 0.48% 0.54% -
HSV(B) 58.93º 0.58% 0.76% -
XYZ 42.62 49.78 15.34 -
YUV 180.06 72.66 137.94 -
System Red Green Blue C M Y K H S L
Decimal 194 192 82 0 0.01 0.58 0.24 58.93 0.48 0.54
Hex C2 C0 52 0 1 3A 18 3B 30 36
Octal 302 300 122 0 1 72 30 73 60 66
Binary 11000010 11000000 1010010 0 1 111010 11000 111011 110000 110110

Color Harmonies of #C2C052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C052

Black with #C2C052

Text Example


Text Example

White with #C2C052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C052; }

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

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

background-color css

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

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

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

border-color css

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

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

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