Html Css Color HEX #BECA9B Sprout

📋 copy color: '#BECA9B'

red 190 ◦ green 202 ◦ blue 155

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

Shades of Sprout #BECA9B

Tints of Sprout #BECA9B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.93%

 BLUE value IS 155 (60.94% from 255) = 28.34%

R = 34.73%
G = 36.93%
B = 28.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#BECA9B (or 0xBECA9B) is known color: Sprout. HEX triplet: BE, CA and 9B. RGB value is (190,202,155). Sum of RGB (Red+Green+Blue) = 190+202+155=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECA9B is #413564. Grayscale: #C1C1C1. Windows color (decimal): -4273509 or 10209982. OLE color: 10209982.

HSL color Cylindrical-coordinate representation of color #BECA9B: hue angle of 75.32º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BECA9B is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 202 155 -
CMYK 0.06 0 0.23 0.21
HSL 75.32º 0.31% 0.7% -
HSV(B) 75.32º 0.23% 0.79% -
XYZ 48.27 55.55 39.19 -
YUV 193.05 106.52 125.82 -
System Red Green Blue C M Y K H S L
Decimal 190 202 155 0.06 0 0.23 0.21 75.32 0.31 0.7
Hex BE CA 9B 6 0 17 15 4B 1F 46
Octal 276 312 233 6 0 27 25 113 37 106
Binary 10111110 11001010 10011011 110 0 10111 10101 1001011 11111 1000110

Color Harmonies of #BECA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECA9B

Black with #BECA9B

Text Example


Text Example

White with #BECA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECA9B; }

 p { color: rgb(190,202,155); }

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

background-color css

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

 a { background-color: rgb(190,202,155); }

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

border-color css

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

 span { border-color: rgb(190,202,155); }

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