Html Css Color HEX #BDD798 Sprout

📋 copy color: '#BDD798'

red 189 ◦ green 215 ◦ blue 152

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

Shades of Sprout #BDD798

Tints of Sprout #BDD798

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.67%

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

R = 33.99%
G = 38.67%
B = 27.34%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#BDD798 (or 0xBDD798) is known color: Sprout. HEX triplet: BD, D7 and 98. RGB value is (189,215,152). Sum of RGB (Red+Green+Blue) = 189+215+152=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 215 (84.38% from 255 or 38.67% from 556); Blue value is 152 (59.77% from 255 or 27.34% from 556); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD798 is #422867. Grayscale: #C8C8C8. Windows color (decimal): -4335720 or 10016701. OLE color: 10016701.

HSL color Cylindrical-coordinate representation of color #BDD798: hue angle of 84.76º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDD798 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 215 152 -
CMYK 0.12 0 0.29 0.16
HSL 84.76º 0.44% 0.72% -
HSV(B) 84.76º 0.29% 0.84% -
XYZ 50.95 61.69 38.93 -
YUV 200.04 100.89 120.12 -
System Red Green Blue C M Y K H S L
Decimal 189 215 152 0.12 0 0.29 0.16 84.76 0.44 0.72
Hex BD D7 98 C 0 1D 10 55 2C 48
Octal 275 327 230 14 0 35 20 125 54 110
Binary 10111101 11010111 10011000 1100 0 11101 10000 1010101 101100 1001000

Color Harmonies of #BDD798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD798

Black with #BDD798

Text Example


Text Example

White with #BDD798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD798; }

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

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

background-color css

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

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

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

border-color css

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

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

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