Html Css Color HEX #C0C540 Celery

📋 copy color: '#C0C540'

red 192 ◦ green 197 ◦ blue 64

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

Shades of Celery #C0C540

Tints of Celery #C0C540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.13%

R = 42.38%
G = 43.49%
B = 14.13%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C0C540 (or 0xC0C540) is known color: Celery. HEX triplet: C0, C5 and 40. RGB value is (192,197,64). Sum of RGB (Red+Green+Blue) = 192+197+64=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C540 is #3F3ABF. Grayscale: #B4B4B4. Windows color (decimal): -4143808 or 4244928. OLE color: 4244928.

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

Color convert

RGB 192 197 64 -
CMYK 0.03 0 0.68 0.23
HSL 62.26º 0.53% 0.51% -
HSV(B) 62.26º 0.68% 0.77% -
XYZ 42.63 51.51 12.55 -
YUV 180.34 62.34 136.31 -
System Red Green Blue C M Y K H S L
Decimal 192 197 64 0.03 0 0.68 0.23 62.26 0.53 0.51
Hex C0 C5 40 3 0 44 17 3E 35 33
Octal 300 305 100 3 0 104 27 76 65 63
Binary 11000000 11000101 1000000 11 0 1000100 10111 111110 110101 110011

Color Harmonies of #C0C540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C540

Black with #C0C540

Text Example


Text Example

White with #C0C540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C540; }

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

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

background-color css

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

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

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

border-color css

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

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

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