Html Css Color HEX #C0C144 Celery

📋 copy color: '#C0C144'

red 192 ◦ green 193 ◦ blue 68

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

Shades of Celery #C0C144

Tints of Celery #C0C144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.01%

R = 42.38%
G = 42.6%
B = 15.01%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C0C144 (or 0xC0C144) is known color: Celery. HEX triplet: C0, C1 and 44. RGB value is (192,193,68). Sum of RGB (Red+Green+Blue) = 192+193+68=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 68 (26.95% from 255 or 15.01% from 453); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C144 is #3F3EBB. Grayscale: #B2B2B2. Windows color (decimal): -4144828 or 4506048. OLE color: 4506048.

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

Color convert

RGB 192 193 68 -
CMYK 0.01 0 0.65 0.24
HSL 60.48º 0.5% 0.51% -
HSV(B) 60.48º 0.65% 0.76% -
XYZ 41.85 49.76 12.87 -
YUV 178.45 65.67 137.66 -
System Red Green Blue C M Y K H S L
Decimal 192 193 68 0.01 0 0.65 0.24 60.48 0.5 0.51
Hex C0 C1 44 1 0 41 18 3C 32 33
Octal 300 301 104 1 0 101 30 74 62 63
Binary 11000000 11000001 1000100 1 0 1000001 11000 111100 110010 110011

Color Harmonies of #C0C144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C144

Black with #C0C144

Text Example


Text Example

White with #C0C144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C144; }

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

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

background-color css

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

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

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

border-color css

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

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

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