Html Css Color HEX #C0C14C Celery

📋 copy color: '#C0C14C'

red 192 ◦ green 193 ◦ blue 76

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

Shades of Celery #C0C14C

Tints of Celery #C0C14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.49%

R = 41.65%
G = 41.87%
B = 16.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C0C14C (or 0xC0C14C) is known color: Celery. HEX triplet: C0, C1 and 4C. RGB value is (192,193,76). Sum of RGB (Red+Green+Blue) = 192+193+76=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 76 (30.08% from 255 or 16.49% from 461); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C14C is #3F3EB3. Grayscale: #B3B3B3. Windows color (decimal): -4144820 or 5030336. OLE color: 5030336.

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

Color convert

RGB 192 193 76 -
CMYK 0.01 0 0.61 0.24
HSL 60.51º 0.49% 0.53% -
HSV(B) 60.51º 0.61% 0.76% -
XYZ 42.11 49.87 14.24 -
YUV 179.36 69.67 137.01 -
System Red Green Blue C M Y K H S L
Decimal 192 193 76 0.01 0 0.61 0.24 60.51 0.49 0.53
Hex C0 C1 4C 1 0 3D 18 3D 31 35
Octal 300 301 114 1 0 75 30 75 61 65
Binary 11000000 11000001 1001100 1 0 111101 11000 111101 110001 110101

Color Harmonies of #C0C14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C14C

Black with #C0C14C

Text Example


Text Example

White with #C0C14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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