Html Css Color HEX #BECB98 Sprout

📋 copy color: '#BECB98'

red 190 ◦ green 203 ◦ blue 152

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

Shades of Sprout #BECB98

Tints of Sprout #BECB98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.89%

R = 34.86%
G = 37.25%
B = 27.89%

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

#BECB98 (or 0xBECB98) is known color: Sprout. HEX triplet: BE, CB and 98. RGB value is (190,203,152). Sum of RGB (Red+Green+Blue) = 190+203+152=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 152 (59.77% from 255 or 27.89% from 545); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECB98 is #413467. Grayscale: #C1C1C1. Windows color (decimal): -4273256 or 10013630. OLE color: 10013630.

HSL color Cylindrical-coordinate representation of color #BECB98: hue angle of 75.29º 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 #BECB98 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 203 152 -
CMYK 0.06 0 0.25 0.20
HSL 75.29º 0.33% 0.7% -
HSV(B) 75.29º 0.25% 0.8% -
XYZ 48.26 55.93 37.96 -
YUV 193.3 104.69 125.65 -
System Red Green Blue C M Y K H S L
Decimal 190 203 152 0.06 0 0.25 0.20 75.29 0.33 0.7
Hex BE CB 98 6 0 19 14 4B 21 46
Octal 276 313 230 6 0 31 24 113 41 106
Binary 10111110 11001011 10011000 110 0 11001 10100 1001011 100001 1000110

Color Harmonies of #BECB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECB98

Black with #BECB98

Text Example


Text Example

White with #BECB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECB98; }

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

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

background-color css

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

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

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

border-color css

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

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

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