Html Css Color HEX #B0C69B Sprout

📋 copy color: '#B0C69B'

red 176 ◦ green 198 ◦ blue 155

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

Shades of Sprout #B0C69B

Tints of Sprout #B0C69B

RGB

 RED value IS 176 (69.14% from 255) = 33.27%

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

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

R = 33.27%
G = 37.43%
B = 29.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#B0C69B (or 0xB0C69B) is known color: Sprout. HEX triplet: B0, C6 and 9B. RGB value is (176,198,155). Sum of RGB (Red+Green+Blue) = 176+198+155=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C69B is #4F3964. Grayscale: #BABABA. Windows color (decimal): -5192037 or 10208944. OLE color: 10208944.

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

Color convert

RGB 176 198 155 -
CMYK 0.11 0 0.22 0.22
HSL 90.7º 0.27% 0.69% -
HSV(B) 90.7º 0.22% 0.78% -
XYZ 44.01 51.98 38.72 -
YUV 186.52 110.21 120.5 -
System Red Green Blue C M Y K H S L
Decimal 176 198 155 0.11 0 0.22 0.22 90.7 0.27 0.69
Hex B0 C6 9B B 0 16 16 5B 1B 45
Octal 260 306 233 13 0 26 26 133 33 105
Binary 10110000 11000110 10011011 1011 0 10110 10110 1011011 11011 1000101

Color Harmonies of #B0C69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C69B

Black with #B0C69B

Text Example


Text Example

White with #B0C69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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