Html Css Color HEX #BEC050 Celery

📋 copy color: '#BEC050'

red 190 ◦ green 192 ◦ blue 80

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

Shades of Celery #BEC050

Tints of Celery #BEC050

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.56%

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

R = 41.13%
G = 41.56%
B = 17.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BEC050 (or 0xBEC050) is known color: Celery. HEX triplet: BE, C0 and 50. RGB value is (190,192,80). Sum of RGB (Red+Green+Blue) = 190+192+80=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 80 (31.64% from 255 or 17.32% from 462); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC050 is #413FAF. Grayscale: #B3B3B3. Windows color (decimal): -4276144 or 5292222. OLE color: 5292222.

HSL color Cylindrical-coordinate representation of color #BEC050: hue angle of 61.07º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BEC050 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 192 80 -
CMYK 0.01 0 0.58 0.25
HSL 61.07º 0.47% 0.53% -
HSV(B) 61.07º 0.58% 0.75% -
XYZ 41.53 49.23 14.9 -
YUV 178.63 72.34 136.11 -
System Red Green Blue C M Y K H S L
Decimal 190 192 80 0.01 0 0.58 0.25 61.07 0.47 0.53
Hex BE C0 50 1 0 3A 19 3D 2F 35
Octal 276 300 120 1 0 72 31 75 57 65
Binary 10111110 11000000 1010000 1 0 111010 11001 111101 101111 110101

Color Harmonies of #BEC050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC050

Black with #BEC050

Text Example


Text Example

White with #BEC050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC050; }

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

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

background-color css

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

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

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

border-color css

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

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

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