Html Css Color HEX #C0C13C Celery

📋 copy color: '#C0C13C'

red 192 ◦ green 193 ◦ blue 60

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

Shades of Celery #C0C13C

Tints of Celery #C0C13C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.37%

 BLUE value IS 60 (23.83% from 255) = 13.48%

R = 43.15%
G = 43.37%
B = 13.48%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C0C13C (or 0xC0C13C) is known color: Celery. HEX triplet: C0, C1 and 3C. RGB value is (192,193,60). Sum of RGB (Red+Green+Blue) = 192+193+60=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 60 (23.83% from 255 or 13.48% from 445); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C13C is #3F3EC3. Grayscale: #B2B2B2. Windows color (decimal): -4144836 or 3981760. OLE color: 3981760.

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

Color convert

RGB 192 193 60 -
CMYK 0.01 0 0.69 0.24
HSL 60.45º 0.53% 0.5% -
HSV(B) 60.45º 0.69% 0.76% -
XYZ 41.62 49.67 11.67 -
YUV 177.54 61.67 138.31 -
System Red Green Blue C M Y K H S L
Decimal 192 193 60 0.01 0 0.69 0.24 60.45 0.53 0.5
Hex C0 C1 3C 1 0 45 18 3C 35 32
Octal 300 301 74 1 0 105 30 74 65 62
Binary 11000000 11000001 111100 1 0 1000101 11000 111100 110101 110010

Color Harmonies of #C0C13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C13C

Black with #C0C13C

Text Example


Text Example

White with #C0C13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C13C; }

 p { color: rgb(192,193,60); }

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

background-color css

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

 a { background-color: rgb(192,193,60); }

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

border-color css

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

 span { border-color: rgb(192,193,60); }

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