Html Css Color HEX #BCC550 Celery

📋 copy color: '#BCC550'

red 188 ◦ green 197 ◦ blue 80

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

Shades of Celery #BCC550

Tints of Celery #BCC550

RGB

 RED value IS 188 (73.83% from 255) = 40.43%

 GREEN value IS 197 (77.34% from 255) = 42.37%

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

R = 40.43%
G = 42.37%
B = 17.2%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#BCC550 (or 0xBCC550) is known color: Celery. HEX triplet: BC, C5 and 50. RGB value is (188,197,80). Sum of RGB (Red+Green+Blue) = 188+197+80=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC550 is #433AAF. Grayscale: #B5B5B5. Windows color (decimal): -4405936 or 5293500. OLE color: 5293500.

HSL color Cylindrical-coordinate representation of color #BCC550: hue angle of 64.62º 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 #BCC550 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 197 80 -
CMYK 0.05 0 0.59 0.23
HSL 64.62º 0.5% 0.54% -
HSV(B) 64.62º 0.59% 0.77% -
XYZ 42.15 51.2 15.25 -
YUV 180.97 71.02 133.01 -
System Red Green Blue C M Y K H S L
Decimal 188 197 80 0.05 0 0.59 0.23 64.62 0.5 0.54
Hex BC C5 50 5 0 3B 17 41 32 36
Octal 274 305 120 5 0 73 27 101 62 66
Binary 10111100 11000101 1010000 101 0 111011 10111 1000001 110010 110110

Color Harmonies of #BCC550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC550

Black with #BCC550

Text Example


Text Example

White with #BCC550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC550; }

 p { color: rgb(188,197,80); }

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

background-color css

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

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

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

border-color css

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

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

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