Html Css Color HEX #BECB9E Sprout

📋 copy color: '#BECB9E'

red 190 ◦ green 203 ◦ blue 158

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

Shades of Sprout #BECB9E

Tints of Sprout #BECB9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 28.68%

R = 34.48%
G = 36.84%
B = 28.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#BECB9E (or 0xBECB9E) is known color: Sprout. HEX triplet: BE, CB and 9E. RGB value is (190,203,158). Sum of RGB (Red+Green+Blue) = 190+203+158=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 158 (62.11% from 255 or 28.68% from 551); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECB9E is #413461. Grayscale: #C2C2C2. Windows color (decimal): -4273250 or 10406846. OLE color: 10406846.

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

Color convert

RGB 190 203 158 -
CMYK 0.06 0 0.22 0.20
HSL 77.33º 0.3% 0.71% -
HSV(B) 77.33º 0.22% 0.8% -
XYZ 48.76 56.13 40.61 -
YUV 193.98 107.69 125.16 -
System Red Green Blue C M Y K H S L
Decimal 190 203 158 0.06 0 0.22 0.20 77.33 0.3 0.71
Hex BE CB 9E 6 0 16 14 4D 1E 47
Octal 276 313 236 6 0 26 24 115 36 107
Binary 10111110 11001011 10011110 110 0 10110 10100 1001101 11110 1000111

Color Harmonies of #BECB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECB9E

Black with #BECB9E

Text Example


Text Example

White with #BECB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECB9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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