Html Css Color HEX #BECE93 Sprout

📋 copy color: '#BECE93'

red 190 ◦ green 206 ◦ blue 147

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

Shades of Sprout #BECE93

Tints of Sprout #BECE93

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.94%

 BLUE value IS 147 (57.81% from 255) = 27.07%

R = 34.99%
G = 37.94%
B = 27.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#BECE93 (or 0xBECE93) is known color: Sprout. HEX triplet: BE, CE and 93. RGB value is (190,206,147). Sum of RGB (Red+Green+Blue) = 190+206+147=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 147 (57.81% from 255 or 27.07% from 543); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECE93 is #41316C. Grayscale: #C2C2C2. Windows color (decimal): -4272493 or 9686718. OLE color: 9686718.

HSL color Cylindrical-coordinate representation of color #BECE93: hue angle of 76.27º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BECE93 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 206 147 -
CMYK 0.08 0 0.29 0.19
HSL 76.27º 0.38% 0.69% -
HSV(B) 76.27º 0.29% 0.81% -
XYZ 48.57 57.2 36.08 -
YUV 194.49 101.2 124.8 -
System Red Green Blue C M Y K H S L
Decimal 190 206 147 0.08 0 0.29 0.19 76.27 0.38 0.69
Hex BE CE 93 8 0 1D 13 4C 26 45
Octal 276 316 223 10 0 35 23 114 46 105
Binary 10111110 11001110 10010011 1000 0 11101 10011 1001100 100110 1000101

Color Harmonies of #BECE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE93

Black with #BECE93

Text Example


Text Example

White with #BECE93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE93; }

 p { color: rgb(190,206,147); }

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

background-color css

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

 a { background-color: rgb(190,206,147); }

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

border-color css

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

 span { border-color: rgb(190,206,147); }

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