Html Css Color HEX #C0CA4C Celery

📋 copy color: '#C0CA4C'

red 192 ◦ green 202 ◦ blue 76

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

Shades of Celery #C0CA4C

Tints of Celery #C0CA4C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.98%

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

R = 40.85%
G = 42.98%
B = 16.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C0CA4C (or 0xC0CA4C) is known color: Celery. HEX triplet: C0, CA and 4C. RGB value is (192,202,76). Sum of RGB (Red+Green+Blue) = 192+202+76=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 76 (30.08% from 255 or 16.17% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CA4C is #3F35B3. Grayscale: #B9B9B9. Windows color (decimal): -4142516 or 5032640. OLE color: 5032640.

HSL color Cylindrical-coordinate representation of color #C0CA4C: hue angle of 64.76º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0CA4C is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 202 76 -
CMYK 0.05 0 0.62 0.21
HSL 64.76º 0.54% 0.55% -
HSV(B) 64.76º 0.62% 0.79% -
XYZ 44.16 53.97 14.93 -
YUV 184.65 66.69 133.25 -
System Red Green Blue C M Y K H S L
Decimal 192 202 76 0.05 0 0.62 0.21 64.76 0.54 0.55
Hex C0 CA 4C 5 0 3E 15 41 36 37
Octal 300 312 114 5 0 76 25 101 66 67
Binary 11000000 11001010 1001100 101 0 111110 10101 1000001 110110 110111

Color Harmonies of #C0CA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CA4C

Black with #C0CA4C

Text Example


Text Example

White with #C0CA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CA4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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