Html Css Color HEX #B6DC5D Conifer

📋 copy color: '#B6DC5D'

red 182 ◦ green 220 ◦ blue 93

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

Shades of Conifer #B6DC5D

Tints of Conifer #B6DC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.79%

R = 36.77%
G = 44.44%
B = 18.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#B6DC5D (or 0xB6DC5D) is known color: Conifer. HEX triplet: B6, DC and 5D. RGB value is (182,220,93). Sum of RGB (Red+Green+Blue) = 182+220+93=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DC5D is #4923A2. Grayscale: #C2C2C2. Windows color (decimal): -4793251 or 6151350. OLE color: 6151350.

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

Color convert

RGB 182 220 93 -
CMYK 0.17 0 0.58 0.14
HSL 77.95º 0.64% 0.61% -
HSV(B) 77.95º 0.58% 0.86% -
XYZ 46.86 61.92 19.84 -
YUV 194.16 70.91 119.33 -
System Red Green Blue C M Y K H S L
Decimal 182 220 93 0.17 0 0.58 0.14 77.95 0.64 0.61
Hex B6 DC 5D 11 0 3A E 4E 40 3D
Octal 266 334 135 21 0 72 16 116 100 75
Binary 10110110 11011100 1011101 10001 0 111010 1110 1001110 1000000 111101

Color Harmonies of #B6DC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DC5D

Black with #B6DC5D

Text Example


Text Example

White with #B6DC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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