Html Css Color HEX #BBD691 Sprout

📋 copy color: '#BBD691'

red 187 ◦ green 214 ◦ blue 145

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

Shades of Sprout #BBD691

Tints of Sprout #BBD691

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.19%

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

R = 34.25%
G = 39.19%
B = 26.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#BBD691 (or 0xBBD691) is known color: Sprout. HEX triplet: BB, D6 and 91. RGB value is (187,214,145). Sum of RGB (Red+Green+Blue) = 187+214+145=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 145 (57.03% from 255 or 26.56% from 546); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD691 is #44296E. Grayscale: #C6C6C6. Windows color (decimal): -4467055 or 9557691. OLE color: 9557691.

HSL color Cylindrical-coordinate representation of color #BBD691: hue angle of 83.48º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBD691 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 214 145 -
CMYK 0.13 0 0.32 0.16
HSL 83.48º 0.46% 0.7% -
HSV(B) 83.48º 0.32% 0.84% -
XYZ 49.65 60.7 35.89 -
YUV 198.06 98.05 120.11 -
System Red Green Blue C M Y K H S L
Decimal 187 214 145 0.13 0 0.32 0.16 83.48 0.46 0.7
Hex BB D6 91 D 0 20 10 53 2E 46
Octal 273 326 221 15 0 40 20 123 56 106
Binary 10111011 11010110 10010001 1101 0 100000 10000 1010011 101110 1000110

Color Harmonies of #BBD691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD691

Black with #BBD691

Text Example


Text Example

White with #BBD691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD691; }

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

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

background-color css

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

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

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

border-color css

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

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

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