Html Css Color HEX #B9C69D Sprout

📋 copy color: '#B9C69D'

red 185 ◦ green 198 ◦ blue 157

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

Shades of Sprout #B9C69D

Tints of Sprout #B9C69D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.07%

R = 34.26%
G = 36.67%
B = 29.07%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#B9C69D (or 0xB9C69D) is known color: Sprout. HEX triplet: B9, C6 and 9D. RGB value is (185,198,157). Sum of RGB (Red+Green+Blue) = 185+198+157=540 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.26% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C69D is #463962. Grayscale: #BDBDBD. Windows color (decimal): -4602211 or 10340025. OLE color: 10340025.

HSL color Cylindrical-coordinate representation of color #B9C69D: hue angle of 79.02º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9C69D is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 198 157 -
CMYK 0.07 0 0.21 0.22
HSL 79.02º 0.26% 0.7% -
HSV(B) 79.02º 0.21% 0.78% -
XYZ 46.29 53.14 39.72 -
YUV 189.44 109.69 124.83 -
System Red Green Blue C M Y K H S L
Decimal 185 198 157 0.07 0 0.21 0.22 79.02 0.26 0.7
Hex B9 C6 9D 7 0 15 16 4F 1A 46
Octal 271 306 235 7 0 25 26 117 32 106
Binary 10111001 11000110 10011101 111 0 10101 10110 1001111 11010 1000110

Color Harmonies of #B9C69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C69D

Black with #B9C69D

Text Example


Text Example

White with #B9C69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C69D; }

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

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

background-color css

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

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

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

border-color css

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

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

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