Html Css Color HEX #B6DC55 Conifer

📋 copy color: '#B6DC55'

red 182 ◦ green 220 ◦ blue 85

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

Shades of Conifer #B6DC55

Tints of Conifer #B6DC55

RGB

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

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

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

R = 37.37%
G = 45.17%
B = 17.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#B6DC55 (or 0xB6DC55) is known color: Conifer. HEX triplet: B6, DC and 55. RGB value is (182,220,85). Sum of RGB (Red+Green+Blue) = 182+220+85=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 85 (33.59% from 255 or 17.45% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DC55 is #4923AA. Grayscale: #C1C1C1. Windows color (decimal): -4793259 or 5627062. OLE color: 5627062.

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

Color convert

RGB 182 220 85 -
CMYK 0.17 0 0.61 0.14
HSL 76.89º 0.66% 0.6% -
HSV(B) 76.89º 0.61% 0.86% -
XYZ 46.52 61.79 18.07 -
YUV 193.25 66.91 119.98 -
System Red Green Blue C M Y K H S L
Decimal 182 220 85 0.17 0 0.61 0.14 76.89 0.66 0.6
Hex B6 DC 55 11 0 3D E 4D 42 3C
Octal 266 334 125 21 0 75 16 115 102 74
Binary 10110110 11011100 1010101 10001 0 111101 1110 1001101 1000010 111100

Color Harmonies of #B6DC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DC55

Black with #B6DC55

Text Example


Text Example

White with #B6DC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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