Html Css Color HEX #C0C04D Celery

📋 copy color: '#C0C04D'

red 192 ◦ green 192 ◦ blue 77

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

Shades of Celery #C0C04D

Tints of Celery #C0C04D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.7%

R = 41.65%
G = 41.65%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0C04D (or 0xC0C04D) is known color: Celery. HEX triplet: C0, C0 and 4D. RGB value is (192,192,77). Sum of RGB (Red+Green+Blue) = 192+192+77=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 77 (30.47% from 255 or 16.70% from 461); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C04D is #3F3FB2. Grayscale: #B3B3B3. Windows color (decimal): -4145075 or 5095616. OLE color: 5095616.

HSL color Cylindrical-coordinate representation of color #C0C04D: hue angle of 60º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0C04D is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 192 77 -
CMYK 0 0 0.60 0.25
HSL 60º 0.48% 0.53% -
HSV(B) 60º 0.6% 0.75% -
XYZ 41.93 49.44 14.35 -
YUV 178.89 70.5 137.35 -
System Red Green Blue C M Y K H S L
Decimal 192 192 77 0 0 0.60 0.25 60 0.48 0.53
Hex C0 C0 4D 0 0 3C 19 3C 30 35
Octal 300 300 115 0 0 74 31 74 60 65
Binary 11000000 11000000 1001101 0 0 111100 11001 111100 110000 110101

Color Harmonies of #C0C04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C04D

Black with #C0C04D

Text Example


Text Example

White with #C0C04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C04D; }

 p { color: rgb(192,192,77); }

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

background-color css

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

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

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

border-color css

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

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

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