Html Css Color HEX #C4C250 Celery

📋 copy color: '#C4C250'

red 196 ◦ green 194 ◦ blue 80

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

Shades of Celery #C4C250

Tints of Celery #C4C250

RGB

 RED value IS 196 (76.95% from 255) = 41.7%

 GREEN value IS 194 (76.17% from 255) = 41.28%

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

R = 41.7%
G = 41.28%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C4C250 (or 0xC4C250) is known color: Celery. HEX triplet: C4, C2 and 50. RGB value is (196,194,80). Sum of RGB (Red+Green+Blue) = 196+194+80=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 80 (31.64% from 255 or 17.02% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C250 is #3B3DAF. Grayscale: #B6B6B6. Windows color (decimal): -3882416 or 5292740. OLE color: 5292740.

HSL color Cylindrical-coordinate representation of color #C4C250: hue angle of 58.97º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C4C250 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 194 80 -
CMYK 0 0.01 0.59 0.23
HSL 58.97º 0.5% 0.54% -
HSV(B) 58.97º 0.59% 0.77% -
XYZ 43.5 50.9 15.12 -
YUV 181.6 70.66 138.27 -
System Red Green Blue C M Y K H S L
Decimal 196 194 80 0 0.01 0.59 0.23 58.97 0.5 0.54
Hex C4 C2 50 0 1 3B 17 3B 32 36
Octal 304 302 120 0 1 73 27 73 62 66
Binary 11000100 11000010 1010000 0 1 111011 10111 111011 110010 110110

Color Harmonies of #C4C250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C250

Black with #C4C250

Text Example


Text Example

White with #C4C250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C250; }

 p { color: rgb(196,194,80); }

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

background-color css

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

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

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

border-color css

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

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

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