Html Css Color HEX #B6D65D Conifer

📋 copy color: '#B6D65D'

red 182 ◦ green 214 ◦ blue 93

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

Shades of Conifer #B6D65D

Tints of Conifer #B6D65D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.76%

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

R = 37.22%
G = 43.76%
B = 19.02%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#B6D65D (or 0xB6D65D) is known color: Conifer. HEX triplet: B6, D6 and 5D. RGB value is (182,214,93). Sum of RGB (Red+Green+Blue) = 182+214+93=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 214 (83.98% from 255 or 43.76% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D65D is #4929A2. Grayscale: #BFBFBF. Windows color (decimal): -4794787 or 6149814. OLE color: 6149814.

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

Color convert

RGB 182 214 93 -
CMYK 0.15 0 0.57 0.16
HSL 75.87º 0.6% 0.6% -
HSV(B) 75.87º 0.57% 0.84% -
XYZ 45.31 58.83 19.32 -
YUV 190.64 72.9 121.84 -
System Red Green Blue C M Y K H S L
Decimal 182 214 93 0.15 0 0.57 0.16 75.87 0.6 0.6
Hex B6 D6 5D F 0 39 10 4C 3C 3C
Octal 266 326 135 17 0 71 20 114 74 74
Binary 10110110 11010110 1011101 1111 0 111001 10000 1001100 111100 111100

Color Harmonies of #B6D65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D65D

Black with #B6D65D

Text Example


Text Example

White with #B6D65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D65D; }

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

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

background-color css

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

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

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

border-color css

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

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

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