Html Css Color HEX #BECC99 Sprout

📋 copy color: '#BECC99'

red 190 ◦ green 204 ◦ blue 153

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

Shades of Sprout #BECC99

Tints of Sprout #BECC99

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.29%

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

R = 34.73%
G = 37.29%
B = 27.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#BECC99 (or 0xBECC99) is known color: Sprout. HEX triplet: BE, CC and 99. RGB value is (190,204,153). Sum of RGB (Red+Green+Blue) = 190+204+153=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECC99 is #413366. Grayscale: #C2C2C2. Windows color (decimal): -4272999 or 10079422. OLE color: 10079422.

HSL color Cylindrical-coordinate representation of color #BECC99: hue angle of 76.47º degrees, saturation: 0.33, 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 #BECC99 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 204 153 -
CMYK 0.07 0 0.25 0.2
HSL 76.47º 0.33% 0.7% -
HSV(B) 76.47º 0.25% 0.8% -
XYZ 48.58 56.43 38.47 -
YUV 194 104.86 125.15 -
System Red Green Blue C M Y K H S L
Decimal 190 204 153 0.07 0 0.25 0.2 76.47 0.33 0.7
Hex BE CC 99 7 0 19 14 4C 21 46
Octal 276 314 231 7 0 31 24 114 41 106
Binary 10111110 11001100 10011001 111 0 11001 10100 1001100 100001 1000110

Color Harmonies of #BECC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECC99

Black with #BECC99

Text Example


Text Example

White with #BECC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECC99; }

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

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

background-color css

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

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

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

border-color css

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

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

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