Html Css Color HEX #BDD28B Sprout

📋 copy color: '#BDD28B'

red 189 ◦ green 210 ◦ blue 139

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

Shades of Sprout #BDD28B

Tints of Sprout #BDD28B

RGB

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

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

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

R = 35.13%
G = 39.03%
B = 25.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#BDD28B (or 0xBDD28B) is known color: Sprout. HEX triplet: BD, D2 and 8B. RGB value is (189,210,139). Sum of RGB (Red+Green+Blue) = 189+210+139=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 139 (54.69% from 255 or 25.84% from 538); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD28B is #422D74. Grayscale: #C3C3C3. Windows color (decimal): -4337013 or 9163453. OLE color: 9163453.

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

Color convert

RGB 189 210 139 -
CMYK 0.10 0 0.34 0.18
HSL 77.75º 0.44% 0.68% -
HSV(B) 77.75º 0.34% 0.82% -
XYZ 48.69 58.78 33.2 -
YUV 195.63 96.04 123.27 -
System Red Green Blue C M Y K H S L
Decimal 189 210 139 0.10 0 0.34 0.18 77.75 0.44 0.68
Hex BD D2 8B A 0 22 12 4E 2C 44
Octal 275 322 213 12 0 42 22 116 54 104
Binary 10111101 11010010 10001011 1010 0 100010 10010 1001110 101100 1000100

Color Harmonies of #BDD28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD28B

Black with #BDD28B

Text Example


Text Example

White with #BDD28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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