Html Css Color HEX #BECB99 Sprout

📋 copy color: '#BECB99'

red 190 ◦ green 203 ◦ blue 153

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

Shades of Sprout #BECB99

Tints of Sprout #BECB99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.02%

R = 34.8%
G = 37.18%
B = 28.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#BECB99 (or 0xBECB99) is known color: Sprout. HEX triplet: BE, CB and 99. RGB value is (190,203,153). Sum of RGB (Red+Green+Blue) = 190+203+153=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 153 (60.16% from 255 or 28.02% from 546); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECB99 is #413466. Grayscale: #C1C1C1. Windows color (decimal): -4273255 or 10079166. OLE color: 10079166.

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

Color convert

RGB 190 203 153 -
CMYK 0.06 0 0.25 0.20
HSL 75.6º 0.32% 0.7% -
HSV(B) 75.6º 0.25% 0.8% -
XYZ 48.34 55.96 38.39 -
YUV 193.41 105.19 125.57 -
System Red Green Blue C M Y K H S L
Decimal 190 203 153 0.06 0 0.25 0.20 75.6 0.32 0.7
Hex BE CB 99 6 0 19 14 4C 20 46
Octal 276 313 231 6 0 31 24 114 40 106
Binary 10111110 11001011 10011001 110 0 11001 10100 1001100 100000 1000110

Color Harmonies of #BECB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECB99

Black with #BECB99

Text Example


Text Example

White with #BECB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECB99; }

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

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

background-color css

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

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

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

border-color css

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

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

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