Html Css Color HEX #BDD38D Sprout

📋 copy color: '#BDD38D'

red 189 ◦ green 211 ◦ blue 141

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

Shades of Sprout #BDD38D

Tints of Sprout #BDD38D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39%

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

R = 34.94%
G = 39%
B = 26.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#BDD38D (or 0xBDD38D) is known color: Sprout. HEX triplet: BD, D3 and 8D. RGB value is (189,211,141). Sum of RGB (Red+Green+Blue) = 189+211+141=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 211 (82.81% from 255 or 39.00% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD38D is #422C72. Grayscale: #C4C4C4. Windows color (decimal): -4336755 or 9294781. OLE color: 9294781.

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

Color convert

RGB 189 211 141 -
CMYK 0.10 0 0.33 0.17
HSL 78.86º 0.44% 0.69% -
HSV(B) 78.86º 0.33% 0.83% -
XYZ 49.09 59.33 34.06 -
YUV 196.44 96.71 122.69 -
System Red Green Blue C M Y K H S L
Decimal 189 211 141 0.10 0 0.33 0.17 78.86 0.44 0.69
Hex BD D3 8D A 0 21 11 4F 2C 45
Octal 275 323 215 12 0 41 21 117 54 105
Binary 10111101 11010011 10001101 1010 0 100001 10001 1001111 101100 1000101

Color Harmonies of #BDD38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD38D

Black with #BDD38D

Text Example


Text Example

White with #BDD38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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