Html Css Color HEX #BBDC92 Sprout

📋 copy color: '#BBDC92'

red 187 ◦ green 220 ◦ blue 146

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

Shades of Sprout #BBDC92

Tints of Sprout #BBDC92

RGB

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

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

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

R = 33.82%
G = 39.78%
B = 26.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#BBDC92 (or 0xBBDC92) is known color: Sprout. HEX triplet: BB, DC and 92. RGB value is (187,220,146). Sum of RGB (Red+Green+Blue) = 187+220+146=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 146 (57.42% from 255 or 26.40% from 553); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDC92 is #44236D. Grayscale: #C9C9C9. Windows color (decimal): -4465518 or 9624763. OLE color: 9624763.

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

Color convert

RGB 187 220 146 -
CMYK 0.15 0 0.34 0.14
HSL 86.76º 0.51% 0.72% -
HSV(B) 86.76º 0.34% 0.86% -
XYZ 51.28 63.83 36.81 -
YUV 201.7 96.57 117.52 -
System Red Green Blue C M Y K H S L
Decimal 187 220 146 0.15 0 0.34 0.14 86.76 0.51 0.72
Hex BB DC 92 F 0 22 E 57 33 48
Octal 273 334 222 17 0 42 16 127 63 110
Binary 10111011 11011100 10010010 1111 0 100010 1110 1010111 110011 1001000

Color Harmonies of #BBDC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC92

Black with #BBDC92

Text Example


Text Example

White with #BBDC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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