Html Css Color HEX #BDD28D Sprout

📋 copy color: '#BDD28D'

red 189 ◦ green 210 ◦ blue 141

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

Shades of Sprout #BDD28D

Tints of Sprout #BDD28D

RGB

 RED value IS 189 (74.22% from 255) = 35%

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

 BLUE value IS 141 (55.47% from 255) = 26.11%

R = 35%
G = 38.89%
B = 26.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#BDD28D (or 0xBDD28D) is known color: Sprout. HEX triplet: BD, D2 and 8D. RGB value is (189,210,141). Sum of RGB (Red+Green+Blue) = 189+210+141=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD28D is #422D72. Grayscale: #C4C4C4. Windows color (decimal): -4337011 or 9294525. OLE color: 9294525.

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

Color convert

RGB 189 210 141 -
CMYK 0.10 0 0.33 0.18
HSL 78.26º 0.43% 0.69% -
HSV(B) 78.26º 0.33% 0.82% -
XYZ 48.84 58.84 33.98 -
YUV 195.86 97.04 123.11 -
System Red Green Blue C M Y K H S L
Decimal 189 210 141 0.10 0 0.33 0.18 78.26 0.43 0.69
Hex BD D2 8D A 0 21 12 4E 2B 45
Octal 275 322 215 12 0 41 22 116 53 105
Binary 10111101 11010010 10001101 1010 0 100001 10010 1001110 101011 1000101

Color Harmonies of #BDD28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD28D

Black with #BDD28D

Text Example


Text Example

White with #BDD28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD28D; }

 p { color: rgb(189,210,141); }

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

background-color css

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

 a { background-color: rgb(189,210,141); }

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

border-color css

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

 span { border-color: rgb(189,210,141); }

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