Html Css Color HEX #BDD38A Sprout

📋 copy color: '#BDD38A'

red 189 ◦ green 211 ◦ blue 138

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

Shades of Sprout #BDD38A

Tints of Sprout #BDD38A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.65%

R = 35.13%
G = 39.22%
B = 25.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#BDD38A (or 0xBDD38A) is known color: Sprout. HEX triplet: BD, D3 and 8A. RGB value is (189,211,138). Sum of RGB (Red+Green+Blue) = 189+211+138=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD38A is #422C75. Grayscale: #C4C4C4. Windows color (decimal): -4336758 or 9098173. OLE color: 9098173.

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

Color convert

RGB 189 211 138 -
CMYK 0.10 0 0.35 0.17
HSL 78.08º 0.45% 0.68% -
HSV(B) 78.08º 0.35% 0.83% -
XYZ 48.87 59.24 32.9 -
YUV 196.1 95.21 122.94 -
System Red Green Blue C M Y K H S L
Decimal 189 211 138 0.10 0 0.35 0.17 78.08 0.45 0.68
Hex BD D3 8A A 0 23 11 4E 2D 44
Octal 275 323 212 12 0 43 21 116 55 104
Binary 10111101 11010011 10001010 1010 0 100011 10001 1001110 101101 1000100

Color Harmonies of #BDD38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD38A

Black with #BDD38A

Text Example


Text Example

White with #BDD38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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