Html Css Color HEX #B6D855 Conifer

📋 copy color: '#B6D855'

red 182 ◦ green 216 ◦ blue 85

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

Shades of Conifer #B6D855

Tints of Conifer #B6D855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.6%

R = 37.68%
G = 44.72%
B = 17.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#B6D855 (or 0xB6D855) is known color: Conifer. HEX triplet: B6, D8 and 55. RGB value is (182,216,85). Sum of RGB (Red+Green+Blue) = 182+216+85=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 85 (33.59% from 255 or 17.60% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #B6D855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D855 is #4927AA. Grayscale: #BFBFBF. Windows color (decimal): -4794283 or 5626038. OLE color: 5626038.

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

Color convert

RGB 182 216 85 -
CMYK 0.16 0 0.61 0.15
HSL 75.57º 0.63% 0.59% -
HSV(B) 75.57º 0.61% 0.85% -
XYZ 45.49 59.71 17.72 -
YUV 190.9 68.24 121.65 -
System Red Green Blue C M Y K H S L
Decimal 182 216 85 0.16 0 0.61 0.15 75.57 0.63 0.59
Hex B6 D8 55 10 0 3D F 4C 3F 3B
Octal 266 330 125 20 0 75 17 114 77 73
Binary 10110110 11011000 1010101 10000 0 111101 1111 1001100 111111 111011

Color Harmonies of #B6D855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D855

Black with #B6D855

Text Example


Text Example

White with #B6D855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D855; }

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

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

background-color css

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

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

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

border-color css

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

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

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