Html Css Color HEX #B6C69A Sprout

📋 copy color: '#B6C69A'

red 182 ◦ green 198 ◦ blue 154

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

Shades of Sprout #B6C69A

Tints of Sprout #B6C69A

RGB

 RED value IS 182 (71.48% from 255) = 34.08%

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

 BLUE value IS 154 (60.55% from 255) = 28.84%

R = 34.08%
G = 37.08%
B = 28.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#B6C69A (or 0xB6C69A) is known color: Sprout. HEX triplet: B6, C6 and 9A. RGB value is (182,198,154). Sum of RGB (Red+Green+Blue) = 182+198+154=534 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.08% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 154 (60.55% from 255 or 28.84% from 534); Max value from RGB is 198 - color contains mainly: green. Hex color #B6C69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C69A is #493965. Grayscale: #BCBCBC. Windows color (decimal): -4798822 or 10143414. OLE color: 10143414.

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

Color convert

RGB 182 198 154 -
CMYK 0.08 0 0.22 0.22
HSL 81.82º 0.28% 0.69% -
HSV(B) 81.82º 0.22% 0.78% -
XYZ 45.32 52.67 38.35 -
YUV 188.2 108.7 123.58 -
System Red Green Blue C M Y K H S L
Decimal 182 198 154 0.08 0 0.22 0.22 81.82 0.28 0.69
Hex B6 C6 9A 8 0 16 16 52 1C 45
Octal 266 306 232 10 0 26 26 122 34 105
Binary 10110110 11000110 10011010 1000 0 10110 10110 1010010 11100 1000101

Color Harmonies of #B6C69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C69A

Black with #B6C69A

Text Example


Text Example

White with #B6C69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C69A; }

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

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

background-color css

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

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

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

border-color css

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

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

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