Html Css Color HEX #BBDC94 Sprout

📋 copy color: '#BBDC94'

red 187 ◦ green 220 ◦ blue 148

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

Shades of Sprout #BBDC94

Tints of Sprout #BBDC94

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.64%

 BLUE value IS 148 (58.2% from 255) = 26.67%

R = 33.69%
G = 39.64%
B = 26.67%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#BBDC94 (or 0xBBDC94) is known color: Sprout. HEX triplet: BB, DC and 94. RGB value is (187,220,148). Sum of RGB (Red+Green+Blue) = 187+220+148=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 148 (58.20% from 255 or 26.67% from 555); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDC94 is #44236B. Grayscale: #CACACA. Windows color (decimal): -4465516 or 9755835. OLE color: 9755835.

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

Color convert

RGB 187 220 148 -
CMYK 0.15 0 0.33 0.14
HSL 87.5º 0.51% 0.72% -
HSV(B) 87.5º 0.33% 0.86% -
XYZ 51.43 63.89 37.64 -
YUV 201.93 97.57 117.35 -
System Red Green Blue C M Y K H S L
Decimal 187 220 148 0.15 0 0.33 0.14 87.5 0.51 0.72
Hex BB DC 94 F 0 21 E 57 33 48
Octal 273 334 224 17 0 41 16 127 63 110
Binary 10111011 11011100 10010100 1111 0 100001 1110 1010111 110011 1001000

Color Harmonies of #BBDC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC94

Black with #BBDC94

Text Example


Text Example

White with #BBDC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC94; }

 p { color: rgb(187,220,148); }

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

background-color css

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

 a { background-color: rgb(187,220,148); }

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

border-color css

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

 span { border-color: rgb(187,220,148); }

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