Html Css Color HEX #BEC250 Celery

📋 copy color: '#BEC250'

red 190 ◦ green 194 ◦ blue 80

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

Shades of Celery #BEC250

Tints of Celery #BEC250

RGB

 RED value IS 190 (74.61% from 255) = 40.95%

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

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

R = 40.95%
G = 41.81%
B = 17.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#BEC250 (or 0xBEC250) is known color: Celery. HEX triplet: BE, C2 and 50. RGB value is (190,194,80). Sum of RGB (Red+Green+Blue) = 190+194+80=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC250 is #413DAF. Grayscale: #B4B4B4. Windows color (decimal): -4275632 or 5292734. OLE color: 5292734.

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

Color convert

RGB 190 194 80 -
CMYK 0.02 0 0.59 0.24
HSL 62.11º 0.48% 0.54% -
HSV(B) 62.11º 0.59% 0.76% -
XYZ 41.97 50.11 15.05 -
YUV 179.81 71.67 135.27 -
System Red Green Blue C M Y K H S L
Decimal 190 194 80 0.02 0 0.59 0.24 62.11 0.48 0.54
Hex BE C2 50 2 0 3B 18 3E 30 36
Octal 276 302 120 2 0 73 30 76 60 66
Binary 10111110 11000010 1010000 10 0 111011 11000 111110 110000 110110

Color Harmonies of #BEC250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC250

Black with #BEC250

Text Example


Text Example

White with #BEC250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC250; }

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

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

background-color css

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

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

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

border-color css

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

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

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