Html Css Color HEX #BBDB93 Sprout

📋 copy color: '#BBDB93'

red 187 ◦ green 219 ◦ blue 147

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

Shades of Sprout #BBDB93

Tints of Sprout #BBDB93

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.6%

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

R = 33.82%
G = 39.6%
B = 26.58%

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

#BBDB93 (or 0xBBDB93) is known color: Sprout. HEX triplet: BB, DB and 93. RGB value is (187,219,147). Sum of RGB (Red+Green+Blue) = 187+219+147=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 147 (57.81% from 255 or 26.58% from 553); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDB93 is #44246C. Grayscale: #C9C9C9. Windows color (decimal): -4465773 or 9690043. OLE color: 9690043.

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

Color convert

RGB 187 219 147 -
CMYK 0.15 0 0.33 0.14
HSL 86.67º 0.5% 0.72% -
HSV(B) 86.67º 0.33% 0.86% -
XYZ 51.09 63.33 37.14 -
YUV 201.22 97.4 117.85 -
System Red Green Blue C M Y K H S L
Decimal 187 219 147 0.15 0 0.33 0.14 86.67 0.5 0.72
Hex BB DB 93 F 0 21 E 57 32 48
Octal 273 333 223 17 0 41 16 127 62 110
Binary 10111011 11011011 10010011 1111 0 100001 1110 1010111 110010 1001000

Color Harmonies of #BBDB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDB93

Black with #BBDB93

Text Example


Text Example

White with #BBDB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDB93; }

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

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

background-color css

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

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

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

border-color css

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

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

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