Html Css Color HEX #BDD48B Sprout

📋 copy color: '#BDD48B'

red 189 ◦ green 212 ◦ blue 139

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

Shades of Sprout #BDD48B

Tints of Sprout #BDD48B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.26%

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

R = 35%
G = 39.26%
B = 25.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#BDD48B (or 0xBDD48B) is known color: Sprout. HEX triplet: BD, D4 and 8B. RGB value is (189,212,139). Sum of RGB (Red+Green+Blue) = 189+212+139=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 212 (83.20% from 255 or 39.26% from 540); Blue value is 139 (54.69% from 255 or 25.74% from 540); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD48B is #422B74. Grayscale: #C5C5C5. Windows color (decimal): -4336501 or 9163965. OLE color: 9163965.

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

Color convert

RGB 189 212 139 -
CMYK 0.11 0 0.34 0.17
HSL 78.9º 0.46% 0.69% -
HSV(B) 78.9º 0.34% 0.83% -
XYZ 49.19 59.77 33.37 -
YUV 196.8 95.38 122.44 -
System Red Green Blue C M Y K H S L
Decimal 189 212 139 0.11 0 0.34 0.17 78.9 0.46 0.69
Hex BD D4 8B B 0 22 11 4F 2E 45
Octal 275 324 213 13 0 42 21 117 56 105
Binary 10111101 11010100 10001011 1011 0 100010 10001 1001111 101110 1000101

Color Harmonies of #BDD48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD48B

Black with #BDD48B

Text Example


Text Example

White with #BDD48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD48B; }

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

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

background-color css

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

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

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

border-color css

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

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

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