Html Css Color HEX #C0C249 Celery

📋 copy color: '#C0C249'

red 192 ◦ green 194 ◦ blue 73

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

Shades of Celery #C0C249

Tints of Celery #C0C249

RGB

 RED value IS 192 (75.39% from 255) = 41.83%

 GREEN value IS 194 (76.17% from 255) = 42.27%

 BLUE value IS 73 (28.91% from 255) = 15.9%

R = 41.83%
G = 42.27%
B = 15.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C0C249 (or 0xC0C249) is known color: Celery. HEX triplet: C0, C2 and 49. RGB value is (192,194,73). Sum of RGB (Red+Green+Blue) = 192+194+73=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 73 (28.91% from 255 or 15.90% from 459); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C249 is #3F3DB6. Grayscale: #B4B4B4. Windows color (decimal): -4144567 or 4833984. OLE color: 4833984.

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

Color convert

RGB 192 194 73 -
CMYK 0.01 0 0.62 0.24
HSL 60.99º 0.5% 0.52% -
HSV(B) 60.99º 0.62% 0.76% -
XYZ 42.23 50.27 13.78 -
YUV 179.61 67.84 136.84 -
System Red Green Blue C M Y K H S L
Decimal 192 194 73 0.01 0 0.62 0.24 60.99 0.5 0.52
Hex C0 C2 49 1 0 3E 18 3D 32 34
Octal 300 302 111 1 0 76 30 75 62 64
Binary 11000000 11000010 1001001 1 0 111110 11000 111101 110010 110100

Color Harmonies of #C0C249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C249

Black with #C0C249

Text Example


Text Example

White with #C0C249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C249; }

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

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

background-color css

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

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

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

border-color css

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

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

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