Html Css Color HEX #BBCB93 Sprout

📋 copy color: '#BBCB93'

red 187 ◦ green 203 ◦ blue 147

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

Shades of Sprout #BBCB93

Tints of Sprout #BBCB93

RGB

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

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

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

R = 34.82%
G = 37.8%
B = 27.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#BBCB93 (or 0xBBCB93) is known color: Sprout. HEX triplet: BB, CB and 93. RGB value is (187,203,147). Sum of RGB (Red+Green+Blue) = 187+203+147=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 147 (57.81% from 255 or 27.37% from 537); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCB93 is #44346C. Grayscale: #C0C0C0. Windows color (decimal): -4469869 or 9685947. OLE color: 9685947.

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

Color convert

RGB 187 203 147 -
CMYK 0.08 0 0.28 0.20
HSL 77.14º 0.35% 0.69% -
HSV(B) 77.14º 0.28% 0.8% -
XYZ 47.12 55.38 35.81 -
YUV 191.83 102.7 124.55 -
System Red Green Blue C M Y K H S L
Decimal 187 203 147 0.08 0 0.28 0.20 77.14 0.35 0.69
Hex BB CB 93 8 0 1C 14 4D 23 45
Octal 273 313 223 10 0 34 24 115 43 105
Binary 10111011 11001011 10010011 1000 0 11100 10100 1001101 100011 1000101

Color Harmonies of #BBCB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCB93

Black with #BBCB93

Text Example


Text Example

White with #BBCB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCB93; }

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

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

background-color css

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

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

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

border-color css

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

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

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