Html Css Color HEX #BBCD91 Sprout

📋 copy color: '#BBCD91'

red 187 ◦ green 205 ◦ blue 145

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

Shades of Sprout #BBCD91

Tints of Sprout #BBCD91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27%

R = 34.82%
G = 38.18%
B = 27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#BBCD91 (or 0xBBCD91) is known color: Sprout. HEX triplet: BB, CD and 91. RGB value is (187,205,145). Sum of RGB (Red+Green+Blue) = 187+205+145=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 145 (57.03% from 255 or 27.00% from 537); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCD91 is #44326E. Grayscale: #C0C0C0. Windows color (decimal): -4469359 or 9555387. OLE color: 9555387.

HSL color Cylindrical-coordinate representation of color #BBCD91: hue angle of 78º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBCD91 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 205 145 -
CMYK 0.09 0 0.29 0.20
HSL 78º 0.38% 0.69% -
HSV(B) 78º 0.29% 0.8% -
XYZ 47.44 56.27 35.15 -
YUV 192.78 101.04 123.88 -
System Red Green Blue C M Y K H S L
Decimal 187 205 145 0.09 0 0.29 0.20 78 0.38 0.69
Hex BB CD 91 9 0 1D 14 4E 26 45
Octal 273 315 221 11 0 35 24 116 46 105
Binary 10111011 11001101 10010001 1001 0 11101 10100 1001110 100110 1000101

Color Harmonies of #BBCD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCD91

Black with #BBCD91

Text Example


Text Example

White with #BBCD91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCD91; }

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

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

background-color css

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

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

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

border-color css

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

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

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