Html Css Color HEX #C2C14D Celery

📋 copy color: '#C2C14D'

red 194 ◦ green 193 ◦ blue 77

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

Shades of Celery #C2C14D

Tints of Celery #C2C14D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.59%

R = 41.81%
G = 41.59%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2C14D (or 0xC2C14D) is known color: Celery. HEX triplet: C2, C1 and 4D. RGB value is (194,193,77). Sum of RGB (Red+Green+Blue) = 194+193+77=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 77 (30.47% from 255 or 16.59% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C14D is #3D3EB2. Grayscale: #B4B4B4. Windows color (decimal): -4013747 or 5095874. OLE color: 5095874.

HSL color Cylindrical-coordinate representation of color #C2C14D: 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.6%. Process color model (Four color, CMYK) of #C2C14D is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 193 77 -
CMYK 0 0.01 0.60 0.24
HSL 59.49º 0.49% 0.53% -
HSV(B) 59.49º 0.6% 0.76% -
XYZ 42.66 50.15 14.45 -
YUV 180.08 69.83 137.93 -
System Red Green Blue C M Y K H S L
Decimal 194 193 77 0 0.01 0.60 0.24 59.49 0.49 0.53
Hex C2 C1 4D 0 1 3C 18 3B 31 35
Octal 302 301 115 0 1 74 30 73 61 65
Binary 11000010 11000001 1001101 0 1 111100 11000 111011 110001 110101

Color Harmonies of #C2C14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C14D

Black with #C2C14D

Text Example


Text Example

White with #C2C14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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