Html Css Color HEX #C3C250 Celery

📋 copy color: '#C3C250'

red 195 ◦ green 194 ◦ blue 80

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

Shades of Celery #C3C250

Tints of Celery #C3C250

RGB

 RED value IS 195 (76.56% from 255) = 41.58%

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

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

R = 41.58%
G = 41.36%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C3C250 (or 0xC3C250) is known color: Celery. HEX triplet: C3, C2 and 50. RGB value is (195,194,80). Sum of RGB (Red+Green+Blue) = 195+194+80=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 80 (31.64% from 255 or 17.06% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C250 is #3C3DAF. Grayscale: #B5B5B5. Windows color (decimal): -3947952 or 5292739. OLE color: 5292739.

HSL color Cylindrical-coordinate representation of color #C3C250: hue angle of 59.48º degrees, saturation: 0.49, 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 #C3C250 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 194 80 -
CMYK 0 0.01 0.59 0.24
HSL 59.48º 0.49% 0.54% -
HSV(B) 59.48º 0.59% 0.76% -
XYZ 43.25 50.76 15.11 -
YUV 181.3 70.83 137.77 -
System Red Green Blue C M Y K H S L
Decimal 195 194 80 0 0.01 0.59 0.24 59.48 0.49 0.54
Hex C3 C2 50 0 1 3B 18 3B 31 36
Octal 303 302 120 0 1 73 30 73 61 66
Binary 11000011 11000010 1010000 0 1 111011 11000 111011 110001 110110

Color Harmonies of #C3C250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C250

Black with #C3C250

Text Example


Text Example

White with #C3C250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C250; }

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

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

background-color css

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

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

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

border-color css

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

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

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