Html Css Color HEX #C0C24C Celery

📋 copy color: '#C0C24C'

red 192 ◦ green 194 ◦ blue 76

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

Shades of Celery #C0C24C

Tints of Celery #C0C24C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.99%

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

R = 41.56%
G = 41.99%
B = 16.45%

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

#C0C24C (or 0xC0C24C) is known color: Celery. HEX triplet: C0, C2 and 4C. RGB value is (192,194,76). Sum of RGB (Red+Green+Blue) = 192+194+76=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 76 (30.08% from 255 or 16.45% from 462); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C24C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C24C is #3F3DB3. Grayscale: #B4B4B4. Windows color (decimal): -4144564 or 5030592. OLE color: 5030592.

HSL color Cylindrical-coordinate representation of color #C0C24C: hue angle of 61.02º 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 #C0C24C is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 194 76 -
CMYK 0.01 0 0.61 0.24
HSL 61.02º 0.49% 0.53% -
HSV(B) 61.02º 0.61% 0.76% -
XYZ 42.33 50.31 14.32 -
YUV 179.95 69.34 136.59 -
System Red Green Blue C M Y K H S L
Decimal 192 194 76 0.01 0 0.61 0.24 61.02 0.49 0.53
Hex C0 C2 4C 1 0 3D 18 3D 31 35
Octal 300 302 114 1 0 75 30 75 61 65
Binary 11000000 11000010 1001100 1 0 111101 11000 111101 110001 110101

Color Harmonies of #C0C24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C24C

Black with #C0C24C

Text Example


Text Example

White with #C0C24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C24C; }

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

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

background-color css

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

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

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

border-color css

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

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

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