Html Css Color HEX #C0C346 Celery

📋 copy color: '#C0C346'

red 192 ◦ green 195 ◦ blue 70

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

Shades of Celery #C0C346

Tints of Celery #C0C346

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.67%

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

R = 42.01%
G = 42.67%
B = 15.32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C0C346 (or 0xC0C346) is known color: Celery. HEX triplet: C0, C3 and 46. RGB value is (192,195,70). Sum of RGB (Red+Green+Blue) = 192+195+70=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 70 (27.73% from 255 or 15.32% from 457); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C346 is #3F3CB9. Grayscale: #B4B4B4. Windows color (decimal): -4144314 or 4637632. OLE color: 4637632.

HSL color Cylindrical-coordinate representation of color #C0C346: hue angle of 61.44º degrees, saturation: 0.51, 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 #C0C346 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 195 70 -
CMYK 0.02 0 0.64 0.24
HSL 61.44º 0.51% 0.52% -
HSV(B) 61.44º 0.64% 0.76% -
XYZ 42.36 50.68 13.34 -
YUV 179.85 66.01 136.66 -
System Red Green Blue C M Y K H S L
Decimal 192 195 70 0.02 0 0.64 0.24 61.44 0.51 0.52
Hex C0 C3 46 2 0 40 18 3D 33 34
Octal 300 303 106 2 0 100 30 75 63 64
Binary 11000000 11000011 1000110 10 0 1000000 11000 111101 110011 110100

Color Harmonies of #C0C346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C346

Black with #C0C346

Text Example


Text Example

White with #C0C346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C346; }

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

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

background-color css

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

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

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

border-color css

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

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

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