Html Css Color HEX #BDDB96 Sprout

📋 copy color: '#BDDB96'

red 189 ◦ green 219 ◦ blue 150

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

Shades of Sprout #BDDB96

Tints of Sprout #BDDB96

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.25%

 BLUE value IS 150 (58.98% from 255) = 26.88%

R = 33.87%
G = 39.25%
B = 26.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#BDDB96 (or 0xBDDB96) is known color: Sprout. HEX triplet: BD, DB and 96. RGB value is (189,219,150). Sum of RGB (Red+Green+Blue) = 189+219+150=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 150 (58.98% from 255 or 26.88% from 558); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDB96 is #422469. Grayscale: #CACACA. Windows color (decimal): -4334698 or 9886653. OLE color: 9886653.

HSL color Cylindrical-coordinate representation of color #BDDB96: hue angle of 86.09º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDDB96 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 219 150 -
CMYK 0.14 0 0.32 0.14
HSL 86.09º 0.49% 0.72% -
HSV(B) 86.09º 0.32% 0.86% -
XYZ 51.82 63.68 38.42 -
YUV 202.16 98.56 118.61 -
System Red Green Blue C M Y K H S L
Decimal 189 219 150 0.14 0 0.32 0.14 86.09 0.49 0.72
Hex BD DB 96 E 0 20 E 56 31 48
Octal 275 333 226 16 0 40 16 126 61 110
Binary 10111101 11011011 10010110 1110 0 100000 1110 1010110 110001 1001000

Color Harmonies of #BDDB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB96

Black with #BDDB96

Text Example


Text Example

White with #BDDB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB96; }

 p { color: rgb(189,219,150); }

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

background-color css

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

 a { background-color: rgb(189,219,150); }

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

border-color css

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

 span { border-color: rgb(189,219,150); }

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