Html Css Color HEX #C0C14D Celery

📋 copy color: '#C0C14D'

red 192 ◦ green 193 ◦ blue 77

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

Shades of Celery #C0C14D

Tints of Celery #C0C14D

RGB

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

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

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

R = 41.56%
G = 41.77%
B = 16.67%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C0C14D (or 0xC0C14D) is known color: Celery. HEX triplet: C0, C1 and 4D. RGB value is (192,193,77). Sum of RGB (Red+Green+Blue) = 192+193+77=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 77 (30.47% from 255 or 16.67% from 462); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C14D is #3F3EB2. Grayscale: #B3B3B3. Windows color (decimal): -4144819 or 5095872. OLE color: 5095872.

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

Color convert

RGB 192 193 77 -
CMYK 0.01 0 0.60 0.24
HSL 60.52º 0.48% 0.53% -
HSV(B) 60.52º 0.6% 0.76% -
XYZ 42.15 49.88 14.43 -
YUV 179.48 70.17 136.93 -
System Red Green Blue C M Y K H S L
Decimal 192 193 77 0.01 0 0.60 0.24 60.52 0.48 0.53
Hex C0 C1 4D 1 0 3C 18 3D 30 35
Octal 300 301 115 1 0 74 30 75 60 65
Binary 11000000 11000001 1001101 1 0 111100 11000 111101 110000 110101

Color Harmonies of #C0C14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C14D

Black with #C0C14D

Text Example


Text Example

White with #C0C14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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