Html Css Color HEX #BDD28E Sprout

📋 copy color: '#BDD28E'

red 189 ◦ green 210 ◦ blue 142

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

Shades of Sprout #BDD28E

Tints of Sprout #BDD28E

RGB

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

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

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

R = 34.94%
G = 38.82%
B = 26.25%

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

#BDD28E (or 0xBDD28E) is known color: Sprout. HEX triplet: BD, D2 and 8E. RGB value is (189,210,142). Sum of RGB (Red+Green+Blue) = 189+210+142=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 210 (82.42% from 255 or 38.82% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD28E is #422D71. Grayscale: #C4C4C4. Windows color (decimal): -4337010 or 9360061. OLE color: 9360061.

HSL color Cylindrical-coordinate representation of color #BDD28E: hue angle of 78.53º 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 #BDD28E is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 210 142 -
CMYK 0.10 0 0.32 0.18
HSL 78.53º 0.43% 0.69% -
HSV(B) 78.53º 0.32% 0.82% -
XYZ 48.92 58.87 34.38 -
YUV 195.97 97.54 123.03 -
System Red Green Blue C M Y K H S L
Decimal 189 210 142 0.10 0 0.32 0.18 78.53 0.43 0.69
Hex BD D2 8E A 0 20 12 4F 2B 45
Octal 275 322 216 12 0 40 22 117 53 105
Binary 10111101 11010010 10001110 1010 0 100000 10010 1001111 101011 1000101

Color Harmonies of #BDD28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD28E

Black with #BDD28E

Text Example


Text Example

White with #BDD28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD28E; }

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

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

background-color css

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

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

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

border-color css

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

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

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