Html Css Color HEX #B6DC58 Conifer

📋 copy color: '#B6DC58'

red 182 ◦ green 220 ◦ blue 88

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

Shades of Conifer #B6DC58

Tints of Conifer #B6DC58

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.9%

 BLUE value IS 88 (34.77% from 255) = 17.96%

R = 37.14%
G = 44.9%
B = 17.96%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#B6DC58 (or 0xB6DC58) is known color: Conifer. HEX triplet: B6, DC and 58. RGB value is (182,220,88). Sum of RGB (Red+Green+Blue) = 182+220+88=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 88 (34.77% from 255 or 17.96% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DC58 is #4923A7. Grayscale: #C2C2C2. Windows color (decimal): -4793256 or 5823670. OLE color: 5823670.

HSL color Cylindrical-coordinate representation of color #B6DC58: hue angle of 77.27º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B6DC58 is Cyan = 0.17, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 220 88 -
CMYK 0.17 0 0.6 0.14
HSL 77.27º 0.65% 0.6% -
HSV(B) 77.27º 0.6% 0.86% -
XYZ 46.65 61.84 18.71 -
YUV 193.59 68.41 119.73 -
System Red Green Blue C M Y K H S L
Decimal 182 220 88 0.17 0 0.6 0.14 77.27 0.65 0.6
Hex B6 DC 58 11 0 3C E 4D 41 3C
Octal 266 334 130 21 0 74 16 115 101 74
Binary 10110110 11011100 1011000 10001 0 111100 1110 1001101 1000001 111100

Color Harmonies of #B6DC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DC58

Black with #B6DC58

Text Example


Text Example

White with #B6DC58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DC58; }

 p { color: rgb(182,220,88); }

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

background-color css

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

 a { background-color: rgb(182,220,88); }

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

border-color css

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

 span { border-color: rgb(182,220,88); }

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