#BBC69A

Color #BBC69A Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #BBC69A

Tints of Sprout #BBC69A

Color information

#BBC69A (or 0xBBC69A) is unknown color: approx Sprout. HEX triplet: BB, C6 and 9A. RGB value is (187,198,154). Sum of RGB (Red+Green+Blue) = 187+198+154=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 154 (60.55% from 255 or 28.57% from 539); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC69A is #443965. Grayscale: #BDBDBD. Windows color (decimal): -4471142 or 10143419. OLE color: 10143419.

HSL color Cylindrical-coordinate representation of color #BBC69A: hue angle of 75º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBC69A is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB187198154-
CMYK0.0600.220.22
HSL75º27.85%69.02%-
HSV(B)75º22.22%77.65%-
XYZ46.5253.2938.41-
YUV189.7107.86126.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.69%
GREEN value IS 198 (77.73% from 255) = 36.73%
BLUE value IS 154 (60.55% from 255) = 28.57%
R=34.69%
G=36.73%
B=28.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871981540.0600.220.227527.8569.02
HexBBC69A6016164b1c45
Octal27330623260262611334105
Binary101110111100011010011010110010110101101001011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC69A; }

 p { color: rgb(187,198,154); }

 H1.HeaderClassName
 {
   color: #BBC69A;
 }
 .AnyTagClassName
 {
   color: #BBC69A;
 }
</style>
background-color css

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

 a { background-color: rgb(187,198,154); }

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

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

 span { border-color: rgb(187,198,154); }

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