Html Css Color HEX #C2C141 Celery

📋 copy color: '#C2C141'

red 194 ◦ green 193 ◦ blue 65

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

Shades of Celery #C2C141

Tints of Celery #C2C141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.38%

R = 42.92%
G = 42.7%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C2C141 (or 0xC2C141) is known color: Celery. HEX triplet: C2, C1 and 41. RGB value is (194,193,65). Sum of RGB (Red+Green+Blue) = 194+193+65=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 65 (25.78% from 255 or 14.38% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C141 is #3D3EBE. Grayscale: #B3B3B3. Windows color (decimal): -4013759 or 4309442. OLE color: 4309442.

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

Color convert

RGB 194 193 65 -
CMYK 0 0.01 0.66 0.24
HSL 59.53º 0.51% 0.51% -
HSV(B) 59.53º 0.66% 0.76% -
XYZ 42.27 49.99 12.42 -
YUV 178.71 63.83 138.91 -
System Red Green Blue C M Y K H S L
Decimal 194 193 65 0 0.01 0.66 0.24 59.53 0.51 0.51
Hex C2 C1 41 0 1 42 18 3C 33 33
Octal 302 301 101 0 1 102 30 74 63 63
Binary 11000010 11000001 1000001 0 1 1000010 11000 111100 110011 110011

Color Harmonies of #C2C141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C141

Black with #C2C141

Text Example


Text Example

White with #C2C141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C141; }

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

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

background-color css

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

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

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

border-color css

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

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

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