Html Css Color HEX #B8C69B Sprout

📋 copy color: '#B8C69B'

red 184 ◦ green 198 ◦ blue 155

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

Shades of Sprout #B8C69B

Tints of Sprout #B8C69B

RGB

 RED value IS 184 (72.27% from 255) = 34.26%

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

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

R = 34.26%
G = 36.87%
B = 28.86%

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

#B8C69B (or 0xB8C69B) is known color: Sprout. HEX triplet: B8, C6 and 9B. RGB value is (184,198,155). Sum of RGB (Red+Green+Blue) = 184+198+155=537 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.26% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 198 - color contains mainly: green. Hex color #B8C69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C69B is #473964. Grayscale: #BDBDBD. Windows color (decimal): -4667749 or 10208952. OLE color: 10208952.

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

Color convert

RGB 184 198 155 -
CMYK 0.07 0 0.22 0.22
HSL 79.53º 0.27% 0.69% -
HSV(B) 79.53º 0.22% 0.78% -
XYZ 45.88 52.95 38.81 -
YUV 188.91 108.86 124.5 -
System Red Green Blue C M Y K H S L
Decimal 184 198 155 0.07 0 0.22 0.22 79.53 0.27 0.69
Hex B8 C6 9B 7 0 16 16 50 1B 45
Octal 270 306 233 7 0 26 26 120 33 105
Binary 10111000 11000110 10011011 111 0 10110 10110 1010000 11011 1000101

Color Harmonies of #B8C69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C69B

Black with #B8C69B

Text Example


Text Example

White with #B8C69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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