Html Css Color HEX #BCD48A Sprout

📋 copy color: '#BCD48A'

red 188 ◦ green 212 ◦ blue 138

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

Shades of Sprout #BCD48A

Tints of Sprout #BCD48A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.65%

R = 34.94%
G = 39.41%
B = 25.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#BCD48A (or 0xBCD48A) is known color: Sprout. HEX triplet: BC, D4 and 8A. RGB value is (188,212,138). Sum of RGB (Red+Green+Blue) = 188+212+138=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD48A is #432B75. Grayscale: #C4C4C4. Windows color (decimal): -4402038 or 9098428. OLE color: 9098428.

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

Color convert

RGB 188 212 138 -
CMYK 0.11 0 0.35 0.17
HSL 79.46º 0.46% 0.69% -
HSV(B) 79.46º 0.35% 0.83% -
XYZ 48.87 59.61 32.98 -
YUV 196.39 95.05 122.02 -
System Red Green Blue C M Y K H S L
Decimal 188 212 138 0.11 0 0.35 0.17 79.46 0.46 0.69
Hex BC D4 8A B 0 23 11 4F 2E 45
Octal 274 324 212 13 0 43 21 117 56 105
Binary 10111100 11010100 10001010 1011 0 100011 10001 1001111 101110 1000101

Color Harmonies of #BCD48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD48A

Black with #BCD48A

Text Example


Text Example

White with #BCD48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD48A; }

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

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

background-color css

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

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

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

border-color css

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

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

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