Html Css Color HEX #BBCD96 Sprout

📋 copy color: '#BBCD96'

red 187 ◦ green 205 ◦ blue 150

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

Shades of Sprout #BBCD96

Tints of Sprout #BBCD96

RGB

 RED value IS 187 (73.44% from 255) = 34.5%

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

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

R = 34.5%
G = 37.82%
B = 27.68%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#BBCD96 (or 0xBBCD96) is known color: Sprout. HEX triplet: BB, CD and 96. RGB value is (187,205,150). Sum of RGB (Red+Green+Blue) = 187+205+150=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCD96 is #443269. Grayscale: #C1C1C1. Windows color (decimal): -4469354 or 9883067. OLE color: 9883067.

HSL color Cylindrical-coordinate representation of color #BBCD96: hue angle of 79.64º 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 #BBCD96 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 205 150 -
CMYK 0.09 0 0.27 0.20
HSL 79.64º 0.35% 0.7% -
HSV(B) 79.64º 0.27% 0.8% -
XYZ 47.83 56.43 37.23 -
YUV 193.35 103.54 123.47 -
System Red Green Blue C M Y K H S L
Decimal 187 205 150 0.09 0 0.27 0.20 79.64 0.35 0.7
Hex BB CD 96 9 0 1B 14 50 23 46
Octal 273 315 226 11 0 33 24 120 43 106
Binary 10111011 11001101 10010110 1001 0 11011 10100 1010000 100011 1000110

Color Harmonies of #BBCD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCD96

Black with #BBCD96

Text Example


Text Example

White with #BBCD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCD96; }

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

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

background-color css

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

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

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

border-color css

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

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

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