Html Css Color HEX #C1C150 Celery

📋 copy color: '#C1C150'

red 193 ◦ green 193 ◦ blue 80

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

Shades of Celery #C1C150

Tints of Celery #C1C150

RGB

 RED value IS 193 (75.78% from 255) = 41.42%

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

 BLUE value IS 80 (31.64% from 255) = 17.17%

R = 41.42%
G = 41.42%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C1C150 (or 0xC1C150) is known color: Celery. HEX triplet: C1, C1 and 50. RGB value is (193,193,80). Sum of RGB (Red+Green+Blue) = 193+193+80=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 80 (31.64% from 255 or 17.17% from 466); Max value from RGB is 193 - color contains mainly: red, green. Hex color #C1C150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C150 is #3E3EAF. Grayscale: #B4B4B4. Windows color (decimal): -4079280 or 5292481. OLE color: 5292481.

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

Color convert

RGB 193 193 80 -
CMYK 0 0 0.59 0.24
HSL 60º 0.48% 0.54% -
HSV(B) 60º 0.59% 0.76% -
XYZ 42.51 50.06 15.01 -
YUV 180.12 71.5 137.19 -
System Red Green Blue C M Y K H S L
Decimal 193 193 80 0 0 0.59 0.24 60 0.48 0.54
Hex C1 C1 50 0 0 3B 18 3C 30 36
Octal 301 301 120 0 0 73 30 74 60 66
Binary 11000001 11000001 1010000 0 0 111011 11000 111100 110000 110110

Color Harmonies of #C1C150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C150

Black with #C1C150

Text Example


Text Example

White with #C1C150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C150; }

 p { color: rgb(193,193,80); }

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

background-color css

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

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

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

border-color css

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

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

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