Html Css Color HEX #C0C541 Celery

📋 copy color: '#C0C541'

red 192 ◦ green 197 ◦ blue 65

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

Shades of Celery #C0C541

Tints of Celery #C0C541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.32%

R = 42.29%
G = 43.39%
B = 14.32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C0C541 (or 0xC0C541) is known color: Celery. HEX triplet: C0, C5 and 41. RGB value is (192,197,65). Sum of RGB (Red+Green+Blue) = 192+197+65=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 65 (25.78% from 255 or 14.32% from 454); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C541 is #3F3ABE. Grayscale: #B4B4B4. Windows color (decimal): -4143807 or 4310464. OLE color: 4310464.

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

Color convert

RGB 192 197 65 -
CMYK 0.03 0 0.67 0.23
HSL 62.27º 0.53% 0.51% -
HSV(B) 62.27º 0.67% 0.77% -
XYZ 42.66 51.52 12.7 -
YUV 180.46 62.84 136.23 -
System Red Green Blue C M Y K H S L
Decimal 192 197 65 0.03 0 0.67 0.23 62.27 0.53 0.51
Hex C0 C5 41 3 0 43 17 3E 35 33
Octal 300 305 101 3 0 103 27 76 65 63
Binary 11000000 11000101 1000001 11 0 1000011 10111 111110 110101 110011

Color Harmonies of #C0C541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C541

Black with #C0C541

Text Example


Text Example

White with #C0C541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C541; }

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

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

background-color css

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

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

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

border-color css

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

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

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