Html Css Color HEX #BCD88B Sprout

📋 copy color: '#BCD88B'

red 188 ◦ green 216 ◦ blue 139

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

Shades of Sprout #BCD88B

Tints of Sprout #BCD88B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.78%

 BLUE value IS 139 (54.69% from 255) = 25.6%

R = 34.62%
G = 39.78%
B = 25.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#BCD88B (or 0xBCD88B) is known color: Sprout. HEX triplet: BC, D8 and 8B. RGB value is (188,216,139). Sum of RGB (Red+Green+Blue) = 188+216+139=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 139 (54.69% from 255 or 25.60% from 543); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD88B is #432774. Grayscale: #C7C7C7. Windows color (decimal): -4401013 or 9164988. OLE color: 9164988.

HSL color Cylindrical-coordinate representation of color #BCD88B: hue angle of 81.82º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCD88B is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 216 139 -
CMYK 0.13 0 0.36 0.15
HSL 81.82º 0.5% 0.7% -
HSV(B) 81.82º 0.36% 0.85% -
XYZ 49.96 61.67 33.7 -
YUV 198.85 94.22 120.26 -
System Red Green Blue C M Y K H S L
Decimal 188 216 139 0.13 0 0.36 0.15 81.82 0.5 0.7
Hex BC D8 8B D 0 24 F 52 32 46
Octal 274 330 213 15 0 44 17 122 62 106
Binary 10111100 11011000 10001011 1101 0 100100 1111 1010010 110010 1000110

Color Harmonies of #BCD88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD88B

Black with #BCD88B

Text Example


Text Example

White with #BCD88B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD88B; }

 p { color: rgb(188,216,139); }

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

background-color css

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

 a { background-color: rgb(188,216,139); }

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

border-color css

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

 span { border-color: rgb(188,216,139); }

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