Html Css Color HEX #B6DC50 Conifer

📋 copy color: '#B6DC50'

red 182 ◦ green 220 ◦ blue 80

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

Shades of Conifer #B6DC50

Tints of Conifer #B6DC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.6%

R = 37.76%
G = 45.64%
B = 16.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#B6DC50 (or 0xB6DC50) is known color: Conifer. HEX triplet: B6, DC and 50. RGB value is (182,220,80). Sum of RGB (Red+Green+Blue) = 182+220+80=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DC50 is #4923AF. Grayscale: #C1C1C1. Windows color (decimal): -4793264 or 5299382. OLE color: 5299382.

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

Color convert

RGB 182 220 80 -
CMYK 0.17 0 0.64 0.14
HSL 76.29º 0.67% 0.59% -
HSV(B) 76.29º 0.64% 0.86% -
XYZ 46.33 61.71 17.06 -
YUV 192.68 64.41 120.38 -
System Red Green Blue C M Y K H S L
Decimal 182 220 80 0.17 0 0.64 0.14 76.29 0.67 0.59
Hex B6 DC 50 11 0 40 E 4C 43 3B
Octal 266 334 120 21 0 100 16 114 103 73
Binary 10110110 11011100 1010000 10001 0 1000000 1110 1001100 1000011 111011

Color Harmonies of #B6DC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DC50

Black with #B6DC50

Text Example


Text Example

White with #B6DC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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