Html Css Color HEX #B9C69B Sprout

📋 copy color: '#B9C69B'

red 185 ◦ green 198 ◦ blue 155

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

Shades of Sprout #B9C69B

Tints of Sprout #B9C69B

RGB

 RED value IS 185 (72.66% from 255) = 34.39%

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

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

R = 34.39%
G = 36.8%
B = 28.81%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#B9C69B (or 0xB9C69B) is known color: Sprout. HEX triplet: B9, C6 and 9B. RGB value is (185,198,155). Sum of RGB (Red+Green+Blue) = 185+198+155=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 155 (60.94% from 255 or 28.81% from 538); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C69B is #463964. Grayscale: #BDBDBD. Windows color (decimal): -4602213 or 10208953. OLE color: 10208953.

HSL color Cylindrical-coordinate representation of color #B9C69B: hue angle of 78.14º 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 #B9C69B is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 198 155 -
CMYK 0.07 0 0.22 0.22
HSL 78.14º 0.27% 0.69% -
HSV(B) 78.14º 0.22% 0.78% -
XYZ 46.12 53.07 38.82 -
YUV 189.21 108.69 125 -
System Red Green Blue C M Y K H S L
Decimal 185 198 155 0.07 0 0.22 0.22 78.14 0.27 0.69
Hex B9 C6 9B 7 0 16 16 4E 1B 45
Octal 271 306 233 7 0 26 26 116 33 105
Binary 10111001 11000110 10011011 111 0 10110 10110 1001110 11011 1000101

Color Harmonies of #B9C69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C69B

Black with #B9C69B

Text Example


Text Example

White with #B9C69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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