Html Css Color HEX #BBD092 Sprout

📋 copy color: '#BBD092'

red 187 ◦ green 208 ◦ blue 146

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

Shades of Sprout #BBD092

Tints of Sprout #BBD092

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.45%

 BLUE value IS 146 (57.42% from 255) = 26.99%

R = 34.57%
G = 38.45%
B = 26.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#BBD092 (or 0xBBD092) is known color: Sprout. HEX triplet: BB, D0 and 92. RGB value is (187,208,146). Sum of RGB (Red+Green+Blue) = 187+208+146=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 146 (57.42% from 255 or 26.99% from 541); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD092 is #442F6D. Grayscale: #C2C2C2. Windows color (decimal): -4468590 or 9621691. OLE color: 9621691.

HSL color Cylindrical-coordinate representation of color #BBD092: hue angle of 80.32º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBD092 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 208 146 -
CMYK 0.10 0 0.30 0.18
HSL 80.32º 0.4% 0.69% -
HSV(B) 80.32º 0.3% 0.82% -
XYZ 48.24 57.75 35.8 -
YUV 194.65 100.54 122.54 -
System Red Green Blue C M Y K H S L
Decimal 187 208 146 0.10 0 0.30 0.18 80.32 0.4 0.69
Hex BB D0 92 A 0 1E 12 50 28 45
Octal 273 320 222 12 0 36 22 120 50 105
Binary 10111011 11010000 10010010 1010 0 11110 10010 1010000 101000 1000101

Color Harmonies of #BBD092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD092

Black with #BBD092

Text Example


Text Example

White with #BBD092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD092; }

 p { color: rgb(187,208,146); }

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

background-color css

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

 a { background-color: rgb(187,208,146); }

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

border-color css

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

 span { border-color: rgb(187,208,146); }

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