Html Css Color HEX #BBDC93 Sprout

📋 copy color: '#BBDC93'

red 187 ◦ green 220 ◦ blue 147

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

Shades of Sprout #BBDC93

Tints of Sprout #BBDC93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.53%

R = 33.75%
G = 39.71%
B = 26.53%

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

#BBDC93 (or 0xBBDC93) is known color: Sprout. HEX triplet: BB, DC and 93. RGB value is (187,220,147). Sum of RGB (Red+Green+Blue) = 187+220+147=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 147 (57.81% from 255 or 26.53% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDC93 is #44236C. Grayscale: #CACACA. Windows color (decimal): -4465517 or 9690299. OLE color: 9690299.

HSL color Cylindrical-coordinate representation of color #BBDC93: hue angle of 87.12º 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 #BBDC93 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 220 147 -
CMYK 0.15 0 0.33 0.14
HSL 87.12º 0.51% 0.72% -
HSV(B) 87.12º 0.33% 0.86% -
XYZ 51.35 63.86 37.22 -
YUV 201.81 97.07 117.44 -
System Red Green Blue C M Y K H S L
Decimal 187 220 147 0.15 0 0.33 0.14 87.12 0.51 0.72
Hex BB DC 93 F 0 21 E 57 33 48
Octal 273 334 223 17 0 41 16 127 63 110
Binary 10111011 11011100 10010011 1111 0 100001 1110 1010111 110011 1001000

Color Harmonies of #BBDC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC93

Black with #BBDC93

Text Example


Text Example

White with #BBDC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC93; }

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

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

background-color css

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

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

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

border-color css

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

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

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