Html Css Color HEX #BCD48B Sprout

📋 copy color: '#BCD48B'

red 188 ◦ green 212 ◦ blue 139

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

Shades of Sprout #BCD48B

Tints of Sprout #BCD48B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.33%

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

R = 34.88%
G = 39.33%
B = 25.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#BCD48B (or 0xBCD48B) is known color: Sprout. HEX triplet: BC, D4 and 8B. RGB value is (188,212,139). Sum of RGB (Red+Green+Blue) = 188+212+139=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD48B is #432B74. Grayscale: #C4C4C4. Windows color (decimal): -4402037 or 9163964. OLE color: 9163964.

HSL color Cylindrical-coordinate representation of color #BCD48B: hue angle of 79.73º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCD48B is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 212 139 -
CMYK 0.11 0 0.34 0.17
HSL 79.73º 0.46% 0.69% -
HSV(B) 79.73º 0.34% 0.83% -
XYZ 48.94 59.64 33.36 -
YUV 196.5 95.55 121.94 -
System Red Green Blue C M Y K H S L
Decimal 188 212 139 0.11 0 0.34 0.17 79.73 0.46 0.69
Hex BC D4 8B B 0 22 11 50 2E 45
Octal 274 324 213 13 0 42 21 120 56 105
Binary 10111100 11010100 10001011 1011 0 100010 10001 1010000 101110 1000101

Color Harmonies of #BCD48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD48B

Black with #BCD48B

Text Example


Text Example

White with #BCD48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD48B; }

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

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

background-color css

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

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

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

border-color css

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

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

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