Html Css Color HEX #C2C251 Celery

📋 copy color: '#C2C251'

red 194 ◦ green 194 ◦ blue 81

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

Shades of Celery #C2C251

Tints of Celery #C2C251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 17.27%

R = 41.36%
G = 41.36%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C2C251 (or 0xC2C251) is known color: Celery. HEX triplet: C2, C2 and 51. RGB value is (194,194,81). Sum of RGB (Red+Green+Blue) = 194+194+81=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 81 (32.03% from 255 or 17.27% from 469); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C251 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C251 is #3D3DAE. Grayscale: #B5B5B5. Windows color (decimal): -4013487 or 5358274. OLE color: 5358274.

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

Color convert

RGB 194 194 81 -
CMYK 0 0 0.58 0.24
HSL 60º 0.48% 0.54% -
HSV(B) 60º 0.58% 0.76% -
XYZ 43.03 50.65 15.29 -
YUV 181.12 71.5 137.19 -
System Red Green Blue C M Y K H S L
Decimal 194 194 81 0 0 0.58 0.24 60 0.48 0.54
Hex C2 C2 51 0 0 3A 18 3C 30 36
Octal 302 302 121 0 0 72 30 74 60 66
Binary 11000010 11000010 1010001 0 0 111010 11000 111100 110000 110110

Color Harmonies of #C2C251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C251

Black with #C2C251

Text Example


Text Example

White with #C2C251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C251; }

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

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

background-color css

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

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

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

border-color css

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

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

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