Html Css Color HEX #C2C352 Celery

📋 copy color: '#C2C352'

red 194 ◦ green 195 ◦ blue 82

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

Shades of Celery #C2C352

Tints of Celery #C2C352

RGB

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

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

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

R = 41.19%
G = 41.4%
B = 17.41%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C2C352 (or 0xC2C352) is known color: Celery. HEX triplet: C2, C3 and 52. RGB value is (194,195,82). Sum of RGB (Red+Green+Blue) = 194+195+82=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 82 (32.42% from 255 or 17.41% from 471); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C352 is #3D3CAD. Grayscale: #B6B6B6. Windows color (decimal): -4013230 or 5424066. OLE color: 5424066.

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

Color convert

RGB 194 195 82 -
CMYK 0.01 0 0.58 0.24
HSL 60.53º 0.48% 0.54% -
HSV(B) 60.53º 0.58% 0.76% -
XYZ 43.29 51.11 15.57 -
YUV 181.82 71.67 136.69 -
System Red Green Blue C M Y K H S L
Decimal 194 195 82 0.01 0 0.58 0.24 60.53 0.48 0.54
Hex C2 C3 52 1 0 3A 18 3D 30 36
Octal 302 303 122 1 0 72 30 75 60 66
Binary 11000010 11000011 1010010 1 0 111010 11000 111101 110000 110110

Color Harmonies of #C2C352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C352

Black with #C2C352

Text Example


Text Example

White with #C2C352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C352; }

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

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

background-color css

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

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

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

border-color css

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

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

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