Html Css Color HEX #BDD48C Sprout

📋 copy color: '#BDD48C'

red 189 ◦ green 212 ◦ blue 140

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

Shades of Sprout #BDD48C

Tints of Sprout #BDD48C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.88%

R = 34.94%
G = 39.19%
B = 25.88%

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

#BDD48C (or 0xBDD48C) is known color: Sprout. HEX triplet: BD, D4 and 8C. RGB value is (189,212,140). Sum of RGB (Red+Green+Blue) = 189+212+140=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 140 (55.08% from 255 or 25.88% from 541); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD48C is #422B73. Grayscale: #C5C5C5. Windows color (decimal): -4336500 or 9229501. OLE color: 9229501.

HSL color Cylindrical-coordinate representation of color #BDD48C: hue angle of 79.17º 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 #BDD48C is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 212 140 -
CMYK 0.11 0 0.34 0.17
HSL 79.17º 0.46% 0.69% -
HSV(B) 79.17º 0.34% 0.83% -
XYZ 49.26 59.8 33.76 -
YUV 196.92 95.88 122.35 -
System Red Green Blue C M Y K H S L
Decimal 189 212 140 0.11 0 0.34 0.17 79.17 0.46 0.69
Hex BD D4 8C B 0 22 11 4F 2E 45
Octal 275 324 214 13 0 42 21 117 56 105
Binary 10111101 11010100 10001100 1011 0 100010 10001 1001111 101110 1000101

Color Harmonies of #BDD48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD48C

Black with #BDD48C

Text Example


Text Example

White with #BDD48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD48C; }

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

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

background-color css

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

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

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

border-color css

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

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

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