Html Css Color HEX #BDCD96 Sprout

📋 copy color: '#BDCD96'

red 189 ◦ green 205 ◦ blue 150

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

Shades of Sprout #BDCD96

Tints of Sprout #BDCD96

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.68%

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

R = 34.74%
G = 37.68%
B = 27.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#BDCD96 (or 0xBDCD96) is known color: Sprout. HEX triplet: BD, CD and 96. RGB value is (189,205,150). Sum of RGB (Red+Green+Blue) = 189+205+150=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCD96 is #423269. Grayscale: #C2C2C2. Windows color (decimal): -4338282 or 9883069. OLE color: 9883069.

HSL color Cylindrical-coordinate representation of color #BDCD96: hue angle of 77.45º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDCD96 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 205 150 -
CMYK 0.08 0 0.27 0.20
HSL 77.45º 0.35% 0.7% -
HSV(B) 77.45º 0.27% 0.8% -
XYZ 48.32 56.68 37.25 -
YUV 193.95 103.2 124.47 -
System Red Green Blue C M Y K H S L
Decimal 189 205 150 0.08 0 0.27 0.20 77.45 0.35 0.7
Hex BD CD 96 8 0 1B 14 4D 23 46
Octal 275 315 226 10 0 33 24 115 43 106
Binary 10111101 11001101 10010110 1000 0 11011 10100 1001101 100011 1000110

Color Harmonies of #BDCD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCD96

Black with #BDCD96

Text Example


Text Example

White with #BDCD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCD96; }

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

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

background-color css

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

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

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

border-color css

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

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

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