Html Css Color HEX #C0C146 Celery

📋 copy color: '#C0C146'

red 192 ◦ green 193 ◦ blue 70

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

Shades of Celery #C0C146

Tints of Celery #C0C146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.38%

R = 42.2%
G = 42.42%
B = 15.38%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C0C146 (or 0xC0C146) is known color: Celery. HEX triplet: C0, C1 and 46. RGB value is (192,193,70). Sum of RGB (Red+Green+Blue) = 192+193+70=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 70 (27.73% from 255 or 15.38% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C146 is #3F3EB9. Grayscale: #B3B3B3. Windows color (decimal): -4144826 or 4637120. OLE color: 4637120.

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

Color convert

RGB 192 193 70 -
CMYK 0.01 0 0.64 0.24
HSL 60.49º 0.5% 0.52% -
HSV(B) 60.49º 0.64% 0.76% -
XYZ 41.91 49.79 13.2 -
YUV 178.68 66.67 137.5 -
System Red Green Blue C M Y K H S L
Decimal 192 193 70 0.01 0 0.64 0.24 60.49 0.5 0.52
Hex C0 C1 46 1 0 40 18 3C 32 34
Octal 300 301 106 1 0 100 30 74 62 64
Binary 11000000 11000001 1000110 1 0 1000000 11000 111100 110010 110100

Color Harmonies of #C0C146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C146

Black with #C0C146

Text Example


Text Example

White with #C0C146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C146; }

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

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

background-color css

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

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

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

border-color css

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

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

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