Html Css Color HEX #B7DC46 Conifer

📋 copy color: '#B7DC46'

red 183 ◦ green 220 ◦ blue 70

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

Shades of Conifer #B7DC46

Tints of Conifer #B7DC46

RGB

 RED value IS 183 (71.88% from 255) = 38.69%

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

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

R = 38.69%
G = 46.51%
B = 14.8%

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

#B7DC46 (or 0xB7DC46) is known color: Conifer. HEX triplet: B7, DC and 46. RGB value is (183,220,70). Sum of RGB (Red+Green+Blue) = 183+220+70=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 70 (27.73% from 255 or 14.80% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7DC46 is #4823B9. Grayscale: #C0C0C0. Windows color (decimal): -4727738 or 4644023. OLE color: 4644023.

HSL color Cylindrical-coordinate representation of color #B7DC46: hue angle of 74.8º degrees, saturation: 0.68, 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 #B7DC46 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 220 70 -
CMYK 0.17 0 0.68 0.14
HSL 74.8º 0.68% 0.57% -
HSV(B) 74.8º 0.68% 0.86% -
XYZ 46.23 61.7 15.27 -
YUV 191.84 59.24 121.7 -
System Red Green Blue C M Y K H S L
Decimal 183 220 70 0.17 0 0.68 0.14 74.8 0.68 0.57
Hex B7 DC 46 11 0 44 E 4B 44 39
Octal 267 334 106 21 0 104 16 113 104 71
Binary 10110111 11011100 1000110 10001 0 1000100 1110 1001011 1000100 111001

Color Harmonies of #B7DC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DC46

Black with #B7DC46

Text Example


Text Example

White with #B7DC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DC46; }

 p { color: rgb(183,220,70); }

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

background-color css

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

 a { background-color: rgb(183,220,70); }

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

border-color css

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

 span { border-color: rgb(183,220,70); }

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