Html Css Color HEX #BECC98 Sprout

📋 copy color: '#BECC98'

red 190 ◦ green 204 ◦ blue 152

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

Shades of Sprout #BECC98

Tints of Sprout #BECC98

RGB

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

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

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

R = 34.8%
G = 37.36%
B = 27.84%

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

#BECC98 (or 0xBECC98) is known color: Sprout. HEX triplet: BE, CC and 98. RGB value is (190,204,152). Sum of RGB (Red+Green+Blue) = 190+204+152=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 152 (59.77% from 255 or 27.84% from 546); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECC98 is #413367. Grayscale: #C2C2C2. Windows color (decimal): -4273000 or 10013886. OLE color: 10013886.

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

Color convert

RGB 190 204 152 -
CMYK 0.07 0 0.25 0.2
HSL 76.15º 0.34% 0.7% -
HSV(B) 76.15º 0.25% 0.8% -
XYZ 48.5 56.4 38.04 -
YUV 193.89 104.36 125.23 -
System Red Green Blue C M Y K H S L
Decimal 190 204 152 0.07 0 0.25 0.2 76.15 0.34 0.7
Hex BE CC 98 7 0 19 14 4C 22 46
Octal 276 314 230 7 0 31 24 114 42 106
Binary 10111110 11001100 10011000 111 0 11001 10100 1001100 100010 1000110

Color Harmonies of #BECC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECC98

Black with #BECC98

Text Example


Text Example

White with #BECC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECC98; }

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

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

background-color css

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

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

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

border-color css

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

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

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