Html Css Color HEX #BCC250 Celery

📋 copy color: '#BCC250'

red 188 ◦ green 194 ◦ blue 80

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

Shades of Celery #BCC250

Tints of Celery #BCC250

RGB

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

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

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

R = 40.69%
G = 41.99%
B = 17.32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#BCC250 (or 0xBCC250) is known color: Celery. HEX triplet: BC, C2 and 50. RGB value is (188,194,80). Sum of RGB (Red+Green+Blue) = 188+194+80=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 80 (31.64% from 255 or 17.32% from 462); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC250 is #433DAF. Grayscale: #B3B3B3. Windows color (decimal): -4406704 or 5292732. OLE color: 5292732.

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

Color convert

RGB 188 194 80 -
CMYK 0.03 0 0.59 0.24
HSL 63.16º 0.48% 0.54% -
HSV(B) 63.16º 0.59% 0.76% -
XYZ 41.48 49.85 15.03 -
YUV 179.21 72.01 134.27 -
System Red Green Blue C M Y K H S L
Decimal 188 194 80 0.03 0 0.59 0.24 63.16 0.48 0.54
Hex BC C2 50 3 0 3B 18 3F 30 36
Octal 274 302 120 3 0 73 30 77 60 66
Binary 10111100 11000010 1010000 11 0 111011 11000 111111 110000 110110

Color Harmonies of #BCC250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC250

Black with #BCC250

Text Example


Text Example

White with #BCC250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC250; }

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

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

background-color css

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

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

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

border-color css

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

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

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