Html Css Color HEX #BBCB94 Sprout

📋 copy color: '#BBCB94'

red 187 ◦ green 203 ◦ blue 148

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

Shades of Sprout #BBCB94

Tints of Sprout #BBCB94

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.73%

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

R = 34.76%
G = 37.73%
B = 27.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#BBCB94 (or 0xBBCB94) is known color: Sprout. HEX triplet: BB, CB and 94. RGB value is (187,203,148). Sum of RGB (Red+Green+Blue) = 187+203+148=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCB94 is #44346B. Grayscale: #C0C0C0. Windows color (decimal): -4469868 or 9751483. OLE color: 9751483.

HSL color Cylindrical-coordinate representation of color #BBCB94: hue angle of 77.45º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBCB94 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 203 148 -
CMYK 0.08 0 0.27 0.20
HSL 77.45º 0.35% 0.69% -
HSV(B) 77.45º 0.27% 0.8% -
XYZ 47.19 55.41 36.23 -
YUV 191.95 103.2 124.47 -
System Red Green Blue C M Y K H S L
Decimal 187 203 148 0.08 0 0.27 0.20 77.45 0.35 0.69
Hex BB CB 94 8 0 1B 14 4D 23 45
Octal 273 313 224 10 0 33 24 115 43 105
Binary 10111011 11001011 10010100 1000 0 11011 10100 1001101 100011 1000101

Color Harmonies of #BBCB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCB94

Black with #BBCB94

Text Example


Text Example

White with #BBCB94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCB94; }

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

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

background-color css

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

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

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

border-color css

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

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

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