Html Css Color HEX #C2C14C Celery

📋 copy color: '#C2C14C'

red 194 ◦ green 193 ◦ blue 76

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

Shades of Celery #C2C14C

Tints of Celery #C2C14C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.68%

 BLUE value IS 76 (30.08% from 255) = 16.41%

R = 41.9%
G = 41.68%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2C14C (or 0xC2C14C) is known color: Celery. HEX triplet: C2, C1 and 4C. RGB value is (194,193,76). Sum of RGB (Red+Green+Blue) = 194+193+76=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 76 (30.08% from 255 or 16.41% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C14C is #3D3EB3. Grayscale: #B4B4B4. Windows color (decimal): -4013748 or 5030338. OLE color: 5030338.

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

Color convert

RGB 194 193 76 -
CMYK 0 0.01 0.61 0.24
HSL 59.49º 0.49% 0.53% -
HSV(B) 59.49º 0.61% 0.76% -
XYZ 42.62 50.13 14.27 -
YUV 179.96 69.33 138.01 -
System Red Green Blue C M Y K H S L
Decimal 194 193 76 0 0.01 0.61 0.24 59.49 0.49 0.53
Hex C2 C1 4C 0 1 3D 18 3B 31 35
Octal 302 301 114 0 1 75 30 73 61 65
Binary 11000010 11000001 1001100 0 1 111101 11000 111011 110001 110101

Color Harmonies of #C2C14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C14C

Black with #C2C14C

Text Example


Text Example

White with #C2C14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C14C; }

 p { color: rgb(194,193,76); }

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

background-color css

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

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

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

border-color css

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

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

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