Html Css Color HEX #C0C053 Celery

📋 copy color: '#C0C053'

red 192 ◦ green 192 ◦ blue 83

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

Shades of Celery #C0C053

Tints of Celery #C0C053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.77%

R = 41.11%
G = 41.11%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C0C053 (or 0xC0C053) is known color: Celery. HEX triplet: C0, C0 and 53. RGB value is (192,192,83). Sum of RGB (Red+Green+Blue) = 192+192+83=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 83 (32.81% from 255 or 17.77% from 467); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C053 is #3F3FAC. Grayscale: #B4B4B4. Windows color (decimal): -4145069 or 5488832. OLE color: 5488832.

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

Color convert

RGB 192 192 83 -
CMYK 0 0 0.57 0.25
HSL 60º 0.46% 0.54% -
HSV(B) 60º 0.57% 0.75% -
XYZ 42.15 49.53 15.52 -
YUV 179.57 73.5 136.86 -
System Red Green Blue C M Y K H S L
Decimal 192 192 83 0 0 0.57 0.25 60 0.46 0.54
Hex C0 C0 53 0 0 39 19 3C 2E 36
Octal 300 300 123 0 0 71 31 74 56 66
Binary 11000000 11000000 1010011 0 0 111001 11001 111100 101110 110110

Color Harmonies of #C0C053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C053

Black with #C0C053

Text Example


Text Example

White with #C0C053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C053; }

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

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

background-color css

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

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

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

border-color css

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

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

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