Html Css Color HEX #B6DB46 Conifer

📋 copy color: '#B6DB46'

red 182 ◦ green 219 ◦ blue 70

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

Shades of Conifer #B6DB46

Tints of Conifer #B6DB46

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.5%

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

R = 38.64%
G = 46.5%
B = 14.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#B6DB46 (or 0xB6DB46) is known color: Conifer. HEX triplet: B6, DB and 46. RGB value is (182,219,70). Sum of RGB (Red+Green+Blue) = 182+219+70=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 70 (27.73% from 255 or 14.86% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DB46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6DB46 is #4924B9. Grayscale: #BFBFBF. Windows color (decimal): -4793530 or 4643766. OLE color: 4643766.

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

Color convert

RGB 182 219 70 -
CMYK 0.17 0 0.68 0.14
HSL 74.9º 0.67% 0.57% -
HSV(B) 74.9º 0.68% 0.86% -
XYZ 45.73 61.05 15.17 -
YUV 190.95 59.74 121.62 -
System Red Green Blue C M Y K H S L
Decimal 182 219 70 0.17 0 0.68 0.14 74.9 0.67 0.57
Hex B6 DB 46 11 0 44 E 4B 43 39
Octal 266 333 106 21 0 104 16 113 103 71
Binary 10110110 11011011 1000110 10001 0 1000100 1110 1001011 1000011 111001

Color Harmonies of #B6DB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DB46

Black with #B6DB46

Text Example


Text Example

White with #B6DB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DB46; }

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

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

background-color css

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

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

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

border-color css

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

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

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