Html Css Color HEX #BECB96 Sprout

📋 copy color: '#BECB96'

red 190 ◦ green 203 ◦ blue 150

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

Shades of Sprout #BECB96

Tints of Sprout #BECB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.62%

R = 34.99%
G = 37.38%
B = 27.62%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#BECB96 (or 0xBECB96) is known color: Sprout. HEX triplet: BE, CB and 96. RGB value is (190,203,150). Sum of RGB (Red+Green+Blue) = 190+203+150=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 150 (58.98% from 255 or 27.62% from 543); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECB96 is #413469. Grayscale: #C1C1C1. Windows color (decimal): -4273258 or 9882558. OLE color: 9882558.

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

Color convert

RGB 190 203 150 -
CMYK 0.06 0 0.26 0.20
HSL 74.72º 0.34% 0.69% -
HSV(B) 74.72º 0.26% 0.8% -
XYZ 48.1 55.86 37.1 -
YUV 193.07 103.69 125.81 -
System Red Green Blue C M Y K H S L
Decimal 190 203 150 0.06 0 0.26 0.20 74.72 0.34 0.69
Hex BE CB 96 6 0 1A 14 4B 22 45
Octal 276 313 226 6 0 32 24 113 42 105
Binary 10111110 11001011 10010110 110 0 11010 10100 1001011 100010 1000101

Color Harmonies of #BECB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECB96

Black with #BECB96

Text Example


Text Example

White with #BECB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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