Html Css Color HEX #BBC69B Sprout

📋 copy color: '#BBC69B'

red 187 ◦ green 198 ◦ blue 155

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

Shades of Sprout #BBC69B

Tints of Sprout #BBC69B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.7%

R = 34.63%
G = 36.67%
B = 28.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#BBC69B (or 0xBBC69B) is known color: Sprout. HEX triplet: BB, C6 and 9B. RGB value is (187,198,155). Sum of RGB (Red+Green+Blue) = 187+198+155=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 155 (60.94% from 255 or 28.70% from 540); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC69B is #443964. Grayscale: #BDBDBD. Windows color (decimal): -4471141 or 10208955. OLE color: 10208955.

HSL color Cylindrical-coordinate representation of color #BBC69B: hue angle of 75.35º degrees, saturation: 0.27, 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 #BBC69B is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 198 155 -
CMYK 0.06 0 0.22 0.22
HSL 75.35º 0.27% 0.69% -
HSV(B) 75.35º 0.22% 0.78% -
XYZ 46.6 53.32 38.85 -
YUV 189.81 108.36 126 -
System Red Green Blue C M Y K H S L
Decimal 187 198 155 0.06 0 0.22 0.22 75.35 0.27 0.69
Hex BB C6 9B 6 0 16 16 4B 1B 45
Octal 273 306 233 6 0 26 26 113 33 105
Binary 10111011 11000110 10011011 110 0 10110 10110 1001011 11011 1000101

Color Harmonies of #BBC69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC69B

Black with #BBC69B

Text Example


Text Example

White with #BBC69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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