Html Css Color HEX #B6D862 Conifer

📋 copy color: '#B6D862'

red 182 ◦ green 216 ◦ blue 98

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

Shades of Conifer #B6D862

Tints of Conifer #B6D862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.76%

R = 36.69%
G = 43.55%
B = 19.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#B6D862 (or 0xB6D862) is known color: Conifer. HEX triplet: B6, D8 and 62. RGB value is (182,216,98). Sum of RGB (Red+Green+Blue) = 182+216+98=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 216 (84.77% from 255 or 43.55% from 496); Blue value is 98 (38.67% from 255 or 19.76% from 496); Max value from RGB is 216 - color contains mainly: green. Hex color #B6D862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D862 is #49279D. Grayscale: #C0C0C0. Windows color (decimal): -4794270 or 6478006. OLE color: 6478006.

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

Color convert

RGB 182 216 98 -
CMYK 0.16 0 0.55 0.15
HSL 77.29º 0.6% 0.62% -
HSV(B) 77.29º 0.55% 0.85% -
XYZ 46.05 59.94 20.7 -
YUV 192.38 74.74 120.59 -
System Red Green Blue C M Y K H S L
Decimal 182 216 98 0.16 0 0.55 0.15 77.29 0.6 0.62
Hex B6 D8 62 10 0 37 F 4D 3C 3E
Octal 266 330 142 20 0 67 17 115 74 76
Binary 10110110 11011000 1100010 10000 0 110111 1111 1001101 111100 111110

Color Harmonies of #B6D862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D862

Black with #B6D862

Text Example


Text Example

White with #B6D862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D862; }

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

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

background-color css

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

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

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

border-color css

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

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

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