Html Css Color HEX #BDD38F Sprout

📋 copy color: '#BDD38F'

red 189 ◦ green 211 ◦ blue 143

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

Shades of Sprout #BDD38F

Tints of Sprout #BDD38F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.34%

R = 34.81%
G = 38.86%
B = 26.34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#BDD38F (or 0xBDD38F) is known color: Sprout. HEX triplet: BD, D3 and 8F. RGB value is (189,211,143). Sum of RGB (Red+Green+Blue) = 189+211+143=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 143 (56.25% from 255 or 26.34% from 543); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD38F is #422C70. Grayscale: #C4C4C4. Windows color (decimal): -4336753 or 9425853. OLE color: 9425853.

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

Color convert

RGB 189 211 143 -
CMYK 0.10 0 0.32 0.17
HSL 79.41º 0.44% 0.69% -
HSV(B) 79.41º 0.32% 0.83% -
XYZ 49.24 59.39 34.85 -
YUV 196.67 97.71 122.53 -
System Red Green Blue C M Y K H S L
Decimal 189 211 143 0.10 0 0.32 0.17 79.41 0.44 0.69
Hex BD D3 8F A 0 20 11 4F 2C 45
Octal 275 323 217 12 0 40 21 117 54 105
Binary 10111101 11010011 10001111 1010 0 100000 10001 1001111 101100 1000101

Color Harmonies of #BDD38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD38F

Black with #BDD38F

Text Example


Text Example

White with #BDD38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD38F; }

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

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

background-color css

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

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

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

border-color css

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

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

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