Html Css Color HEX #C0C03C Celery

📋 copy color: '#C0C03C'

red 192 ◦ green 192 ◦ blue 60

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

Shades of Celery #C0C03C

Tints of Celery #C0C03C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.24%

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

R = 43.24%
G = 43.24%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0C03C (or 0xC0C03C) is known color: Celery. HEX triplet: C0, C0 and 3C. RGB value is (192,192,60). Sum of RGB (Red+Green+Blue) = 192+192+60=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C03C is #3F3FC3. Grayscale: #B1B1B1. Windows color (decimal): -4145092 or 3981504. OLE color: 3981504.

HSL color Cylindrical-coordinate representation of color #C0C03C: hue angle of 60º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0C03C is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 192 60 -
CMYK 0 0 0.69 0.25
HSL 60º 0.52% 0.49% -
HSV(B) 60º 0.69% 0.75% -
XYZ 41.4 49.23 11.6 -
YUV 176.95 62 138.73 -
System Red Green Blue C M Y K H S L
Decimal 192 192 60 0 0 0.69 0.25 60 0.52 0.49
Hex C0 C0 3C 0 0 45 19 3C 34 31
Octal 300 300 74 0 0 105 31 74 64 61
Binary 11000000 11000000 111100 0 0 1000101 11001 111100 110100 110001

Color Harmonies of #C0C03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C03C

Black with #C0C03C

Text Example


Text Example

White with #C0C03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C03C; }

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

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

background-color css

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

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

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

border-color css

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

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

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