Html Css Color HEX #BBD798 Sprout

📋 copy color: '#BBD798'

red 187 ◦ green 215 ◦ blue 152

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

Shades of Sprout #BBD798

Tints of Sprout #BBD798

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.81%

 BLUE value IS 152 (59.77% from 255) = 27.44%

R = 33.75%
G = 38.81%
B = 27.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#BBD798 (or 0xBBD798) is known color: Sprout. HEX triplet: BB, D7 and 98. RGB value is (187,215,152). Sum of RGB (Red+Green+Blue) = 187+215+152=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 215 (84.38% from 255 or 38.81% from 554); Blue value is 152 (59.77% from 255 or 27.44% from 554); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD798 is #442867. Grayscale: #C7C7C7. Windows color (decimal): -4466792 or 10016699. OLE color: 10016699.

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

Color convert

RGB 187 215 152 -
CMYK 0.13 0 0.29 0.16
HSL 86.67º 0.44% 0.72% -
HSV(B) 86.67º 0.29% 0.84% -
XYZ 50.46 61.43 38.9 -
YUV 199.45 101.22 119.12 -
System Red Green Blue C M Y K H S L
Decimal 187 215 152 0.13 0 0.29 0.16 86.67 0.44 0.72
Hex BB D7 98 D 0 1D 10 57 2C 48
Octal 273 327 230 15 0 35 20 127 54 110
Binary 10111011 11010111 10011000 1101 0 11101 10000 1010111 101100 1001000

Color Harmonies of #BBD798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD798

Black with #BBD798

Text Example


Text Example

White with #BBD798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD798; }

 p { color: rgb(187,215,152); }

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

background-color css

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

 a { background-color: rgb(187,215,152); }

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

border-color css

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

 span { border-color: rgb(187,215,152); }

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