Html Css Color HEX #BECB49 Celery

📋 copy color: '#BECB49'

red 190 ◦ green 203 ◦ blue 73

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

Shades of Celery #BECB49

Tints of Celery #BECB49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.67%

R = 40.77%
G = 43.56%
B = 15.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#BECB49 (or 0xBECB49) is known color: Celery. HEX triplet: BE, CB and 49. RGB value is (190,203,73). Sum of RGB (Red+Green+Blue) = 190+203+73=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 73 (28.91% from 255 or 15.67% from 466); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECB49 is #4134B6. Grayscale: #B8B8B8. Windows color (decimal): -4273335 or 4836286. OLE color: 4836286.

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

Color convert

RGB 190 203 73 -
CMYK 0.06 0 0.64 0.20
HSL 66º 0.56% 0.54% -
HSV(B) 66º 0.64% 0.8% -
XYZ 43.79 54.14 14.45 -
YUV 184.29 65.19 132.07 -
System Red Green Blue C M Y K H S L
Decimal 190 203 73 0.06 0 0.64 0.20 66 0.56 0.54
Hex BE CB 49 6 0 40 14 42 38 36
Octal 276 313 111 6 0 100 24 102 70 66
Binary 10111110 11001011 1001001 110 0 1000000 10100 1000010 111000 110110

Color Harmonies of #BECB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECB49

Black with #BECB49

Text Example


Text Example

White with #BECB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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