Html Css Color HEX #C2C550 Celery

📋 copy color: '#C2C550'

red 194 ◦ green 197 ◦ blue 80

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

Shades of Celery #C2C550

Tints of Celery #C2C550

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.83%

 BLUE value IS 80 (31.64% from 255) = 16.99%

R = 41.19%
G = 41.83%
B = 16.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C2C550 (or 0xC2C550) is known color: Celery. HEX triplet: C2, C5 and 50. RGB value is (194,197,80). Sum of RGB (Red+Green+Blue) = 194+197+80=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 80 (31.64% from 255 or 16.99% from 471); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C550 is #3D3AAF. Grayscale: #B7B7B7. Windows color (decimal): -4012720 or 5293506. OLE color: 5293506.

HSL color Cylindrical-coordinate representation of color #C2C550: hue angle of 61.54º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2C550 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 194 197 80 -
CMYK 0.02 0 0.59 0.23
HSL 61.54º 0.5% 0.54% -
HSV(B) 61.54º 0.59% 0.77% -
XYZ 43.66 51.98 15.32 -
YUV 182.77 70.01 136.01 -
System Red Green Blue C M Y K H S L
Decimal 194 197 80 0.02 0 0.59 0.23 61.54 0.5 0.54
Hex C2 C5 50 2 0 3B 17 3E 32 36
Octal 302 305 120 2 0 73 27 76 62 66
Binary 11000010 11000101 1010000 10 0 111011 10111 111110 110010 110110

Color Harmonies of #C2C550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C550

Black with #C2C550

Text Example


Text Example

White with #C2C550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C550; }

 p { color: rgb(194,197,80); }

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

background-color css

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

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

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

border-color css

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

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

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