Html Css Color HEX #BCD28E Sprout

📋 copy color: '#BCD28E'

red 188 ◦ green 210 ◦ blue 142

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

Shades of Sprout #BCD28E

Tints of Sprout #BCD28E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.89%

 BLUE value IS 142 (55.86% from 255) = 26.3%

R = 34.81%
G = 38.89%
B = 26.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#BCD28E (or 0xBCD28E) is known color: Sprout. HEX triplet: BC, D2 and 8E. RGB value is (188,210,142). Sum of RGB (Red+Green+Blue) = 188+210+142=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD28E is #432D71. Grayscale: #C3C3C3. Windows color (decimal): -4402546 or 9360060. OLE color: 9360060.

HSL color Cylindrical-coordinate representation of color #BCD28E: hue angle of 79.41º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCD28E is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 210 142 -
CMYK 0.10 0 0.32 0.18
HSL 79.41º 0.43% 0.69% -
HSV(B) 79.41º 0.32% 0.82% -
XYZ 48.67 58.74 34.36 -
YUV 195.67 97.71 122.53 -
System Red Green Blue C M Y K H S L
Decimal 188 210 142 0.10 0 0.32 0.18 79.41 0.43 0.69
Hex BC D2 8E A 0 20 12 4F 2B 45
Octal 274 322 216 12 0 40 22 117 53 105
Binary 10111100 11010010 10001110 1010 0 100000 10010 1001111 101011 1000101

Color Harmonies of #BCD28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD28E

Black with #BCD28E

Text Example


Text Example

White with #BCD28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD28E; }

 p { color: rgb(188,210,142); }

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

background-color css

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

 a { background-color: rgb(188,210,142); }

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

border-color css

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

 span { border-color: rgb(188,210,142); }

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