Html Css Color HEX #BCCE93 Sprout

📋 copy color: '#BCCE93'

red 188 ◦ green 206 ◦ blue 147

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

Shades of Sprout #BCCE93

Tints of Sprout #BCCE93

RGB

 RED value IS 188 (73.83% from 255) = 34.75%

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

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

R = 34.75%
G = 38.08%
B = 27.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#BCCE93 (or 0xBCCE93) is known color: Sprout. HEX triplet: BC, CE and 93. RGB value is (188,206,147). Sum of RGB (Red+Green+Blue) = 188+206+147=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 147 (57.81% from 255 or 27.17% from 541); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCE93 is #43316C. Grayscale: #C2C2C2. Windows color (decimal): -4403565 or 9686716. OLE color: 9686716.

HSL color Cylindrical-coordinate representation of color #BCCE93: hue angle of 78.31º 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 #BCCE93 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 206 147 -
CMYK 0.09 0 0.29 0.19
HSL 78.31º 0.38% 0.69% -
HSV(B) 78.31º 0.29% 0.81% -
XYZ 48.08 56.94 36.06 -
YUV 193.89 101.54 123.8 -
System Red Green Blue C M Y K H S L
Decimal 188 206 147 0.09 0 0.29 0.19 78.31 0.38 0.69
Hex BC CE 93 9 0 1D 13 4E 26 45
Octal 274 316 223 11 0 35 23 116 46 105
Binary 10111100 11001110 10010011 1001 0 11101 10011 1001110 100110 1000101

Color Harmonies of #BCCE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCE93

Black with #BCCE93

Text Example


Text Example

White with #BCCE93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCE93; }

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

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

background-color css

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

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

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

border-color css

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

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

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