Html Css Color HEX #B0CF8F Sprout

📋 copy color: '#B0CF8F'

red 176 ◦ green 207 ◦ blue 143

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

Shades of Sprout #B0CF8F

Tints of Sprout #B0CF8F

RGB

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

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

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

R = 33.46%
G = 39.35%
B = 27.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#B0CF8F (or 0xB0CF8F) is known color: Sprout. HEX triplet: B0, CF and 8F. RGB value is (176,207,143). Sum of RGB (Red+Green+Blue) = 176+207+143=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 143 (56.25% from 255 or 27.19% from 526); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CF8F is #4F3070. Grayscale: #BEBEBE. Windows color (decimal): -5189745 or 9424816. OLE color: 9424816.

HSL color Cylindrical-coordinate representation of color #B0CF8F: hue angle of 89.06º 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 #B0CF8F is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 207 143 -
CMYK 0.15 0 0.31 0.19
HSL 89.06º 0.4% 0.69% -
HSV(B) 89.06º 0.31% 0.81% -
XYZ 45.18 55.84 34.38 -
YUV 190.44 101.23 117.7 -
System Red Green Blue C M Y K H S L
Decimal 176 207 143 0.15 0 0.31 0.19 89.06 0.4 0.69
Hex B0 CF 8F F 0 1F 13 59 28 45
Octal 260 317 217 17 0 37 23 131 50 105
Binary 10110000 11001111 10001111 1111 0 11111 10011 1011001 101000 1000101

Color Harmonies of #B0CF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CF8F

Black with #B0CF8F

Text Example


Text Example

White with #B0CF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CF8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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