Html Css Color HEX #BBDB97 Sprout

📋 copy color: '#BBDB97'

red 187 ◦ green 219 ◦ blue 151

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

Shades of Sprout #BBDB97

Tints of Sprout #BBDB97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.11%

R = 33.57%
G = 39.32%
B = 27.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#BBDB97 (or 0xBBDB97) is known color: Sprout. HEX triplet: BB, DB and 97. RGB value is (187,219,151). Sum of RGB (Red+Green+Blue) = 187+219+151=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 151 (59.38% from 255 or 27.11% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDB97 is #442468. Grayscale: #C9C9C9. Windows color (decimal): -4465769 or 9952187. OLE color: 9952187.

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

Color convert

RGB 187 219 151 -
CMYK 0.15 0 0.31 0.14
HSL 88.24º 0.49% 0.73% -
HSV(B) 88.24º 0.31% 0.86% -
XYZ 51.41 63.46 38.82 -
YUV 201.68 99.4 117.53 -
System Red Green Blue C M Y K H S L
Decimal 187 219 151 0.15 0 0.31 0.14 88.24 0.49 0.73
Hex BB DB 97 F 0 1F E 58 31 49
Octal 273 333 227 17 0 37 16 130 61 111
Binary 10111011 11011011 10010111 1111 0 11111 1110 1011000 110001 1001001

Color Harmonies of #BBDB97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDB97

Black with #BBDB97

Text Example


Text Example

White with #BBDB97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDB97; }

 p { color: rgb(187,219,151); }

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

background-color css

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

 a { background-color: rgb(187,219,151); }

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

border-color css

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

 span { border-color: rgb(187,219,151); }

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