Html Css Color HEX #B6D85F Conifer

📋 copy color: '#B6D85F'

red 182 ◦ green 216 ◦ blue 95

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

Shades of Conifer #B6D85F

Tints of Conifer #B6D85F

RGB

 RED value IS 182 (71.48% from 255) = 36.92%

 GREEN value IS 216 (84.77% from 255) = 43.81%

 BLUE value IS 95 (37.5% from 255) = 19.27%

R = 36.92%
G = 43.81%
B = 19.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#B6D85F (or 0xB6D85F) is known color: Conifer. HEX triplet: B6, D8 and 5F. RGB value is (182,216,95). Sum of RGB (Red+Green+Blue) = 182+216+95=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 216 (84.77% from 255 or 43.81% from 493); Blue value is 95 (37.5% from 255 or 19.27% from 493); Max value from RGB is 216 - color contains mainly: green. Hex color #B6D85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D85F is #4927A0. Grayscale: #C0C0C0. Windows color (decimal): -4794273 or 6281398. OLE color: 6281398.

HSL color Cylindrical-coordinate representation of color #B6D85F: hue angle of 76.86º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B6D85F is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 216 95 -
CMYK 0.16 0 0.56 0.15
HSL 76.86º 0.61% 0.61% -
HSV(B) 76.86º 0.56% 0.85% -
XYZ 45.91 59.88 19.97 -
YUV 192.04 73.24 120.84 -
System Red Green Blue C M Y K H S L
Decimal 182 216 95 0.16 0 0.56 0.15 76.86 0.61 0.61
Hex B6 D8 5F 10 0 38 F 4D 3D 3D
Octal 266 330 137 20 0 70 17 115 75 75
Binary 10110110 11011000 1011111 10000 0 111000 1111 1001101 111101 111101

Color Harmonies of #B6D85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D85F

Black with #B6D85F

Text Example


Text Example

White with #B6D85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D85F; }

 p { color: rgb(182,216,95); }

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

background-color css

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

 a { background-color: rgb(182,216,95); }

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

border-color css

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

 span { border-color: rgb(182,216,95); }

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