Html Css Color HEX #C2C448 Celery

📋 copy color: '#C2C448'

red 194 ◦ green 196 ◦ blue 72

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

Shades of Celery #C2C448

Tints of Celery #C2C448

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.42%

 BLUE value IS 72 (28.52% from 255) = 15.58%

R = 41.99%
G = 42.42%
B = 15.58%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C2C448 (or 0xC2C448) is known color: Celery. HEX triplet: C2, C4 and 48. RGB value is (194,196,72). Sum of RGB (Red+Green+Blue) = 194+196+72=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 72 (28.52% from 255 or 15.58% from 462); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C448 is #3D3BB7. Grayscale: #B5B5B5. Windows color (decimal): -4012984 or 4768962. OLE color: 4768962.

HSL color Cylindrical-coordinate representation of color #C2C448: hue angle of 60.97º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2C448 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 194 196 72 -
CMYK 0.01 0 0.63 0.23
HSL 60.97º 0.51% 0.53% -
HSV(B) 60.97º 0.63% 0.77% -
XYZ 43.16 51.42 13.78 -
YUV 181.27 66.34 137.08 -
System Red Green Blue C M Y K H S L
Decimal 194 196 72 0.01 0 0.63 0.23 60.97 0.51 0.53
Hex C2 C4 48 1 0 3F 17 3D 33 35
Octal 302 304 110 1 0 77 27 75 63 65
Binary 11000010 11000100 1001000 1 0 111111 10111 111101 110011 110101

Color Harmonies of #C2C448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C448

Black with #C2C448

Text Example


Text Example

White with #C2C448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C448; }

 p { color: rgb(194,196,72); }

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

background-color css

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

 a { background-color: rgb(194,196,72); }

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

border-color css

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

 span { border-color: rgb(194,196,72); }

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