Html Css Color HEX #C2C045 Celery

📋 copy color: '#C2C045'

red 194 ◦ green 192 ◦ blue 69

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

Shades of Celery #C2C045

Tints of Celery #C2C045

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.2%

 BLUE value IS 69 (27.34% from 255) = 15.16%

R = 42.64%
G = 42.2%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C2C045 (or 0xC2C045) is known color: Celery. HEX triplet: C2, C0 and 45. RGB value is (194,192,69). Sum of RGB (Red+Green+Blue) = 194+192+69=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 69 (27.34% from 255 or 15.16% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C045 is #3D3FBA. Grayscale: #B3B3B3. Windows color (decimal): -4014011 or 4571330. OLE color: 4571330.

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

Color convert

RGB 194 192 69 -
CMYK 0 0.01 0.64 0.24
HSL 59.04º 0.51% 0.52% -
HSV(B) 59.04º 0.64% 0.76% -
XYZ 42.17 49.6 12.98 -
YUV 178.58 66.16 139 -
System Red Green Blue C M Y K H S L
Decimal 194 192 69 0 0.01 0.64 0.24 59.04 0.51 0.52
Hex C2 C0 45 0 1 40 18 3B 33 34
Octal 302 300 105 0 1 100 30 73 63 64
Binary 11000010 11000000 1000101 0 1 1000000 11000 111011 110011 110100

Color Harmonies of #C2C045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C045

Black with #C2C045

Text Example


Text Example

White with #C2C045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C045; }

 p { color: rgb(194,192,69); }

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

background-color css

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

 a { background-color: rgb(194,192,69); }

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

border-color css

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

 span { border-color: rgb(194,192,69); }

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