Html Css Color HEX #C0C548 Celery

📋 copy color: '#C0C548'

red 192 ◦ green 197 ◦ blue 72

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

Shades of Celery #C0C548

Tints of Celery #C0C548

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.73%

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

R = 41.65%
G = 42.73%
B = 15.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C0C548 (or 0xC0C548) is known color: Celery. HEX triplet: C0, C5 and 48. RGB value is (192,197,72). Sum of RGB (Red+Green+Blue) = 192+197+72=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 72 (28.52% from 255 or 15.62% from 461); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C548 is #3F3AB7. Grayscale: #B5B5B5. Windows color (decimal): -4143800 or 4769216. OLE color: 4769216.

HSL color Cylindrical-coordinate representation of color #C0C548: hue angle of 62.4º degrees, saturation: 0.52, 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 #C0C548 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 197 72 -
CMYK 0.03 0 0.63 0.23
HSL 62.4º 0.52% 0.53% -
HSV(B) 62.4º 0.63% 0.77% -
XYZ 42.87 51.61 13.83 -
YUV 181.26 66.34 135.66 -
System Red Green Blue C M Y K H S L
Decimal 192 197 72 0.03 0 0.63 0.23 62.4 0.52 0.53
Hex C0 C5 48 3 0 3F 17 3E 34 35
Octal 300 305 110 3 0 77 27 76 64 65
Binary 11000000 11000101 1001000 11 0 111111 10111 111110 110100 110101

Color Harmonies of #C0C548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C548

Black with #C0C548

Text Example


Text Example

White with #C0C548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C548; }

 p { color: rgb(192,197,72); }

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

background-color css

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

 a { background-color: rgb(192,197,72); }

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

border-color css

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

 span { border-color: rgb(192,197,72); }

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