Html Css Color HEX #BECB50 Celery

📋 copy color: '#BECB50'

red 190 ◦ green 203 ◦ blue 80

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

Shades of Celery #BECB50

Tints of Celery #BECB50

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.92%

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

R = 40.17%
G = 42.92%
B = 16.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#BECB50 (or 0xBECB50) is known color: Celery. HEX triplet: BE, CB and 50. RGB value is (190,203,80). Sum of RGB (Red+Green+Blue) = 190+203+80=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 80 (31.64% from 255 or 16.91% from 473); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECB50 is #4134AF. Grayscale: #B9B9B9. Windows color (decimal): -4273328 or 5295038. OLE color: 5295038.

HSL color Cylindrical-coordinate representation of color #BECB50: hue angle of 66.34º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BECB50 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 203 80 -
CMYK 0.06 0 0.61 0.20
HSL 66.34º 0.54% 0.55% -
HSV(B) 66.34º 0.61% 0.8% -
XYZ 44.04 54.24 15.74 -
YUV 185.09 68.69 131.5 -
System Red Green Blue C M Y K H S L
Decimal 190 203 80 0.06 0 0.61 0.20 66.34 0.54 0.55
Hex BE CB 50 6 0 3D 14 42 36 37
Octal 276 313 120 6 0 75 24 102 66 67
Binary 10111110 11001011 1010000 110 0 111101 10100 1000010 110110 110111

Color Harmonies of #BECB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECB50

Black with #BECB50

Text Example


Text Example

White with #BECB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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