Html Css Color HEX #BBC69F Sprout

📋 copy color: '#BBC69F'

red 187 ◦ green 198 ◦ blue 159

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

Shades of Sprout #BBC69F

Tints of Sprout #BBC69F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.4%

 BLUE value IS 159 (62.5% from 255) = 29.23%

R = 34.38%
G = 36.4%
B = 29.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#BBC69F (or 0xBBC69F) is known color: Sprout. HEX triplet: BB, C6 and 9F. RGB value is (187,198,159). Sum of RGB (Red+Green+Blue) = 187+198+159=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 159 (62.5% from 255 or 29.23% from 544); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC69F is #443960. Grayscale: #BEBEBE. Windows color (decimal): -4471137 or 10471099. OLE color: 10471099.

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

Color convert

RGB 187 198 159 -
CMYK 0.06 0 0.20 0.22
HSL 76.92º 0.25% 0.7% -
HSV(B) 76.92º 0.2% 0.78% -
XYZ 46.95 53.46 40.64 -
YUV 190.27 110.36 125.67 -
System Red Green Blue C M Y K H S L
Decimal 187 198 159 0.06 0 0.20 0.22 76.92 0.25 0.7
Hex BB C6 9F 6 0 14 16 4D 19 46
Octal 273 306 237 6 0 24 26 115 31 106
Binary 10111011 11000110 10011111 110 0 10100 10110 1001101 11001 1000110

Color Harmonies of #BBC69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC69F

Black with #BBC69F

Text Example


Text Example

White with #BBC69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC69F; }

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

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

background-color css

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

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

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

border-color css

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

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

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