Html Css Color HEX #B9CE8F Sprout

📋 copy color: '#B9CE8F'

red 185 ◦ green 206 ◦ blue 143

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

Shades of Sprout #B9CE8F

Tints of Sprout #B9CE8F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.58%

 BLUE value IS 143 (56.25% from 255) = 26.78%

R = 34.64%
G = 38.58%
B = 26.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#B9CE8F (or 0xB9CE8F) is known color: Sprout. HEX triplet: B9, CE and 8F. RGB value is (185,206,143). Sum of RGB (Red+Green+Blue) = 185+206+143=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 143 (56.25% from 255 or 26.78% from 534); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CE8F is #463170. Grayscale: #C0C0C0. Windows color (decimal): -4600177 or 9424569. OLE color: 9424569.

HSL color Cylindrical-coordinate representation of color #B9CE8F: hue angle of 80º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B9CE8F is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 206 143 -
CMYK 0.10 0 0.31 0.19
HSL 80º 0.39% 0.68% -
HSV(B) 80º 0.31% 0.81% -
XYZ 47.04 56.44 34.4 -
YUV 192.54 100.04 122.62 -
System Red Green Blue C M Y K H S L
Decimal 185 206 143 0.10 0 0.31 0.19 80 0.39 0.68
Hex B9 CE 8F A 0 1F 13 50 27 44
Octal 271 316 217 12 0 37 23 120 47 104
Binary 10111001 11001110 10001111 1010 0 11111 10011 1010000 100111 1000100

Color Harmonies of #B9CE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CE8F

Black with #B9CE8F

Text Example


Text Example

White with #B9CE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CE8F; }

 p { color: rgb(185,206,143); }

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

background-color css

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

 a { background-color: rgb(185,206,143); }

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

border-color css

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

 span { border-color: rgb(185,206,143); }

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