Html Css Color HEX #B3CF8F Sprout

📋 copy color: '#B3CF8F'

red 179 ◦ green 207 ◦ blue 143

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

Shades of Sprout #B3CF8F

Tints of Sprout #B3CF8F

RGB

 RED value IS 179 (70.31% from 255) = 33.84%

 GREEN value IS 207 (81.25% from 255) = 39.13%

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

R = 33.84%
G = 39.13%
B = 27.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#B3CF8F (or 0xB3CF8F) is known color: Sprout. HEX triplet: B3, CF and 8F. RGB value is (179,207,143). Sum of RGB (Red+Green+Blue) = 179+207+143=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CF8F is #4C3070. Grayscale: #BFBFBF. Windows color (decimal): -4993137 or 9424819. OLE color: 9424819.

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

Color convert

RGB 179 207 143 -
CMYK 0.14 0 0.31 0.19
HSL 86.25º 0.4% 0.69% -
HSV(B) 86.25º 0.31% 0.81% -
XYZ 45.86 56.19 34.42 -
YUV 191.33 100.72 119.2 -
System Red Green Blue C M Y K H S L
Decimal 179 207 143 0.14 0 0.31 0.19 86.25 0.4 0.69
Hex B3 CF 8F E 0 1F 13 56 28 45
Octal 263 317 217 16 0 37 23 126 50 105
Binary 10110011 11001111 10001111 1110 0 11111 10011 1010110 101000 1000101

Color Harmonies of #B3CF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CF8F

Black with #B3CF8F

Text Example


Text Example

White with #B3CF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CF8F; }

 p { color: rgb(179,207,143); }

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

background-color css

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

 a { background-color: rgb(179,207,143); }

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

border-color css

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

 span { border-color: rgb(179,207,143); }

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