Html Css Color HEX #BDD898 Sprout

📋 copy color: '#BDD898'

red 189 ◦ green 216 ◦ blue 152

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

Shades of Sprout #BDD898

Tints of Sprout #BDD898

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.78%

 BLUE value IS 152 (59.77% from 255) = 27.29%

R = 33.93%
G = 38.78%
B = 27.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#BDD898 (or 0xBDD898) is known color: Sprout. HEX triplet: BD, D8 and 98. RGB value is (189,216,152). Sum of RGB (Red+Green+Blue) = 189+216+152=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 152 (59.77% from 255 or 27.29% from 557); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD898 is #422767. Grayscale: #C8C8C8. Windows color (decimal): -4335464 or 10016957. OLE color: 10016957.

HSL color Cylindrical-coordinate representation of color #BDD898: hue angle of 85.31º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDD898 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 216 152 -
CMYK 0.12 0 0.30 0.15
HSL 85.31º 0.45% 0.72% -
HSV(B) 85.31º 0.3% 0.85% -
XYZ 51.21 62.2 39.01 -
YUV 200.63 100.55 119.7 -
System Red Green Blue C M Y K H S L
Decimal 189 216 152 0.12 0 0.30 0.15 85.31 0.45 0.72
Hex BD D8 98 C 0 1E F 55 2D 48
Octal 275 330 230 14 0 36 17 125 55 110
Binary 10111101 11011000 10011000 1100 0 11110 1111 1010101 101101 1001000

Color Harmonies of #BDD898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD898

Black with #BDD898

Text Example


Text Example

White with #BDD898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD898; }

 p { color: rgb(189,216,152); }

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

background-color css

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

 a { background-color: rgb(189,216,152); }

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

border-color css

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

 span { border-color: rgb(189,216,152); }

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