Html Css Color HEX #C2C745 Celery

📋 copy color: '#C2C745'

red 194 ◦ green 199 ◦ blue 69

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

Shades of Celery #C2C745

Tints of Celery #C2C745

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.07%

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

R = 41.99%
G = 43.07%
B = 14.94%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C2C745 (or 0xC2C745) is known color: Celery. HEX triplet: C2, C7 and 45. RGB value is (194,199,69). Sum of RGB (Red+Green+Blue) = 194+199+69=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 199 (78.12% from 255 or 43.07% from 462); Blue value is 69 (27.34% from 255 or 14.94% from 462); Max value from RGB is 199 - color contains mainly: green. Hex color #C2C745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C745 is #3D38BA. Grayscale: #B7B7B7. Windows color (decimal): -4012219 or 4573122. OLE color: 4573122.

HSL color Cylindrical-coordinate representation of color #C2C745: hue angle of 62.31º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2C745 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 199 69 -
CMYK 0.03 0 0.65 0.22
HSL 62.31º 0.54% 0.53% -
HSV(B) 62.31º 0.65% 0.78% -
XYZ 43.75 52.75 13.51 -
YUV 182.69 63.84 136.07 -
System Red Green Blue C M Y K H S L
Decimal 194 199 69 0.03 0 0.65 0.22 62.31 0.54 0.53
Hex C2 C7 45 3 0 41 16 3E 36 35
Octal 302 307 105 3 0 101 26 76 66 65
Binary 11000010 11000111 1000101 11 0 1000001 10110 111110 110110 110101

Color Harmonies of #C2C745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C745

Black with #C2C745

Text Example


Text Example

White with #C2C745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C745; }

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

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

background-color css

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

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

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

border-color css

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

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

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