Html Css Color HEX #C0C051 Celery

📋 copy color: '#C0C051'

red 192 ◦ green 192 ◦ blue 81

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

Shades of Celery #C0C051

Tints of Celery #C0C051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 17.42%

R = 41.29%
G = 41.29%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C0C051 (or 0xC0C051) is known color: Celery. HEX triplet: C0, C0 and 51. RGB value is (192,192,81). Sum of RGB (Red+Green+Blue) = 192+192+81=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 81 (32.03% from 255 or 17.42% from 465); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C051 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C051 is #3F3FAE. Grayscale: #B3B3B3. Windows color (decimal): -4145071 or 5357760. OLE color: 5357760.

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

Color convert

RGB 192 192 81 -
CMYK 0 0 0.58 0.25
HSL 60º 0.47% 0.54% -
HSV(B) 60º 0.58% 0.75% -
XYZ 42.07 49.5 15.12 -
YUV 179.35 72.5 137.03 -
System Red Green Blue C M Y K H S L
Decimal 192 192 81 0 0 0.58 0.25 60 0.47 0.54
Hex C0 C0 51 0 0 3A 19 3C 2F 36
Octal 300 300 121 0 0 72 31 74 57 66
Binary 11000000 11000000 1010001 0 0 111010 11001 111100 101111 110110

Color Harmonies of #C0C051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C051

Black with #C0C051

Text Example


Text Example

White with #C0C051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C051; }

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

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

background-color css

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

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

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

border-color css

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

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

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