Html Css Color HEX #B6DF46 Conifer

📋 copy color: '#B6DF46'

red 182 ◦ green 223 ◦ blue 70

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

Shades of Conifer #B6DF46

Tints of Conifer #B6DF46

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.95%

 BLUE value IS 70 (27.73% from 255) = 14.74%

R = 38.32%
G = 46.95%
B = 14.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#B6DF46 (or 0xB6DF46) is known color: Conifer. HEX triplet: B6, DF and 46. RGB value is (182,223,70). Sum of RGB (Red+Green+Blue) = 182+223+70=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 70 (27.73% from 255 or 14.74% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #B6DF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6DF46 is #4920B9. Grayscale: #C1C1C1. Windows color (decimal): -4792506 or 4644790. OLE color: 4644790.

HSL color Cylindrical-coordinate representation of color #B6DF46: hue angle of 76.08º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B6DF46 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 223 70 -
CMYK 0.18 0 0.69 0.13
HSL 76.08º 0.71% 0.57% -
HSV(B) 76.08º 0.69% 0.87% -
XYZ 46.78 63.16 15.52 -
YUV 193.3 58.42 119.94 -
System Red Green Blue C M Y K H S L
Decimal 182 223 70 0.18 0 0.69 0.13 76.08 0.71 0.57
Hex B6 DF 46 12 0 45 D 4C 47 39
Octal 266 337 106 22 0 105 15 114 107 71
Binary 10110110 11011111 1000110 10010 0 1000101 1101 1001100 1000111 111001

Color Harmonies of #B6DF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DF46

Black with #B6DF46

Text Example


Text Example

White with #B6DF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DF46; }

 p { color: rgb(182,223,70); }

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

background-color css

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

 a { background-color: rgb(182,223,70); }

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

border-color css

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

 span { border-color: rgb(182,223,70); }

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