Html Css Color HEX #C2C340 Celery

📋 copy color: '#C2C340'

red 194 ◦ green 195 ◦ blue 64

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

Shades of Celery #C2C340

Tints of Celery #C2C340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.13%

R = 42.83%
G = 43.05%
B = 14.13%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C2C340 (or 0xC2C340) is known color: Celery. HEX triplet: C2, C3 and 40. RGB value is (194,195,64). Sum of RGB (Red+Green+Blue) = 194+195+64=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C340 is #3D3CBF. Grayscale: #B4B4B4. Windows color (decimal): -4013248 or 4244418. OLE color: 4244418.

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

Color convert

RGB 194 195 64 -
CMYK 0.01 0 0.67 0.24
HSL 60.46º 0.52% 0.51% -
HSV(B) 60.46º 0.67% 0.76% -
XYZ 42.69 50.87 12.42 -
YUV 179.77 62.67 138.15 -
System Red Green Blue C M Y K H S L
Decimal 194 195 64 0.01 0 0.67 0.24 60.46 0.52 0.51
Hex C2 C3 40 1 0 43 18 3C 34 33
Octal 302 303 100 1 0 103 30 74 64 63
Binary 11000010 11000011 1000000 1 0 1000011 11000 111100 110100 110011

Color Harmonies of #C2C340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C340

Black with #C2C340

Text Example


Text Example

White with #C2C340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C340; }

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

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

background-color css

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

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

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

border-color css

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

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

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